[NFC] Fix comment typo
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp
index d633b3d..3f132a0 100644
--- a/clang/lib/CodeGen/CGCall.cpp
+++ b/clang/lib/CodeGen/CGCall.cpp
@@ -1842,7 +1842,7 @@
FuncAttrs.addAttribute(AttributeName);
};
- // First, handle the language options passed through -fno-builtin[-<name>]
+ // First, handle the language options passed through -fno-builtin.
if (LangOpts.NoBuiltin) {
// -fno-builtin disables them all.
FuncAttrs.addAttribute("no-builtins");