Skip to content

Commit caa4ed5

Browse files
authored
[SYCL] Fix typo in assertion (intel#12289)
1 parent fcf11ee commit caa4ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/context_impl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class context_impl {
192192

193193
// Returns the backend of this context
194194
backend getBackend() const {
195-
assert(MPlatform && "MPlatorm must be not null");
195+
assert(MPlatform && "MPlatform must be not null");
196196
return MPlatform->getBackend();
197197
}
198198

0 commit comments

Comments
 (0)