Skip to content

Commit 82a3948

Browse files
committed
[NFC] fix description spelling problems
1 parent 47e2a02 commit 82a3948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/LangOptions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ LANGOPT(SYCLExplicitSIMD , 1, 0, "SYCL compilation with explicit SIMD extension
254254
LANGOPT(EnableDAEInSpirKernels , 1, 0, "Enable Dead Argument Elimination in SPIR kernels")
255255
LANGOPT(
256256
SYCLValueFitInMaxInt, 1, 1,
257-
"SYCL compiler assume value fits within MAX_INT for member function of "
257+
"SYCL compiler assumes value fits within MAX_INT for member function of "
258258
"get/operator[], get_id/operator[] and get_global_id/get_global_linear_id "
259259
"in SYCL class id, iterm and nd_iterm")
260260

0 commit comments

Comments
 (0)