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 fcf11ee commit caa4ed5Copy full SHA for caa4ed5
sycl/source/detail/context_impl.hpp
@@ -192,7 +192,7 @@ class context_impl {
192
193
// Returns the backend of this context
194
backend getBackend() const {
195
- assert(MPlatform && "MPlatorm must be not null");
+ assert(MPlatform && "MPlatform must be not null");
196
return MPlatform->getBackend();
197
}
198
0 commit comments