Skip to content

Commit 08c72e7

Browse files
alexbatashevbader
andauthored
Update sycl/source/detail/queue_impl.hpp
Co-authored-by: Alexey Bader <alexey.bader@intel.com>
1 parent cc6cbc8 commit 08c72e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum QueueOrder { Ordered, OOO };
5252
class queue_impl {
5353
public:
5454
// \return a default context for the platform if it includes the device
55-
// passed and defaualt contexts are enabled, a new context otherwise.
55+
// passed and default contexts are enabled, a new context otherwise.
5656
static ContextImplPtr getDefaultOrNew(const DeviceImplPtr &Device) {
5757
if (!SYCLConfig<SYCL_ENABLE_DEFAULT_CONTEXTS>::get())
5858
return detail::getSyclObjImpl(

0 commit comments

Comments
 (0)