From 19e0fd0b2ba2f7e5af28cf9383b541f80e72c59f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Nov 2010 18:19:13 +0000 Subject: [PATCH] fix typo llvm-svn: 120254 --- clang/docs/LanguageExtensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: