We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcafce commit eb4e8b1Copy full SHA for eb4e8b1
sycl/include/CL/sycl/detail/pi.hpp
@@ -107,7 +107,7 @@ std::string platformInfoToString(pi_platform_info info);
107
template <class To, class From> To cast(From value);
108
109
// Holds the PluginInformation for the plugin that is bound.
110
-// Currently a global varaible is used to store OpenCL plugin information to be
+// Currently a global variable is used to store OpenCL plugin information to be
111
// used with SYCL Interoperability Constructors.
112
extern std::shared_ptr<plugin> GlobalPlugin;
113
0 commit comments