diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 3789eaac800b..e080aef3c30b 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -531,7 +531,7 @@ void honeypot(...) __attribute__((overloadable, unavailable)); // calling me their names mangled according to the same rules as C++ function names. For example, the three tgsin functions in our motivating example get the mangled names _Z5tgsinf, -_Z5tgsind, and Z5tgsine, respectively. There are two +_Z5tgsind, and _Z5tgsine, respectively. There are two caveats to this use of name mangling: