Skip to content

Commit eb4e8b1

Browse files
committed
[SYCL][PI] Fix typo in comment
Signed-off-by: Bjoern Knafla <[email protected]>
1 parent 6fcafce commit eb4e8b1

File tree

1 file changed

+1
-1
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/detail/pi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ std::string platformInfoToString(pi_platform_info info);
107107
template <class To, class From> To cast(From value);
108108

109109
// Holds the PluginInformation for the plugin that is bound.
110-
// Currently a global varaible is used to store OpenCL plugin information to be
110+
// Currently a global variable is used to store OpenCL plugin information to be
111111
// used with SYCL Interoperability Constructors.
112112
extern std::shared_ptr<plugin> GlobalPlugin;
113113

0 commit comments

Comments
 (0)