Skip to content

Commit 8e704d9

Browse files
committed
Fix grammar
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 2ae8d89 commit 8e704d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/Type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ class Qualifiers {
481481
// for __constant can be used as __generic.
482482
(A == LangAS::opencl_generic && B != LangAS::opencl_constant) ||
483483
// We also define global_device and global_host address spaces,
484-
// to distinguish global pointers allocated on host to pointers
484+
// to distinguish global pointers allocated on host from pointers
485485
// allocated on device, which are a subset of __global.
486486
// FIXME: add a reference to spec when ready
487487
(A == LangAS::opencl_global && (B == LangAS::opencl_global_device ||

0 commit comments

Comments
 (0)