Skip to content

Commit be9d9a9

Browse files
committed
[clang] Fix typo in comment
1 parent b259dbd commit be9d9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ static bool builtinIsSupported(const llvm::StringTable &Strings,
165165
/* OpenCLC Unsupported */
166166
if (!LangOpts.OpenCL && (BuiltinInfo.Langs & ALL_OCL_LANGUAGES))
167167
return false;
168-
/* OopenCL GAS Unsupported */
168+
/* OpenCL GAS Unsupported */
169169
if (!LangOpts.OpenCLGenericAddressSpace && (BuiltinInfo.Langs & OCL_GAS))
170170
return false;
171171
/* OpenCL Pipe Unsupported */

0 commit comments

Comments
 (0)