Skip to content

Commit fab3c1b

Browse files
committed
Fix typo
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 3d26c97 commit fab3c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/AST/Type.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ class Qualifiers {
480480
// Otherwise in OpenCLC v2.0 s6.5.5: every address space except
481481
// for __constant can be used as __generic.
482482
(A == LangAS::opencl_generic && B != LangAS::opencl_constant) ||
483-
// For USM extension we define usm_device and usm_host addres spaces,
484-
// which are a subset of __global.
483+
// For USM extension we define usm_device and usm_host address
484+
// spaces, which are a subset of __global.
485485
(A == LangAS::opencl_global &&
486486
(B == LangAS::opencl_usm_device || B == LangAS::opencl_usm_host)) ||
487487
// Consider pointer size address spaces to be equivalent to default.

0 commit comments

Comments
 (0)