]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 28 Nov 2010 18:19:13 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Nov 2010 18:19:13 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120254 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 3789eaac800bdb3ceb3736cf835fa7a236046440..e080aef3c30b7a897a963421dc91fc8b5ea752fe 100644 (file)
@@ -531,7 +531,7 @@ void honeypot(...) __attribute__((overloadable, unavailable)); <i>// calling me
 their names mangled according to the same rules as C++ function
 names. For example, the three <tt>tgsin</tt> functions in our
 motivating example get the mangled names <tt>_Z5tgsinf</tt>,
-<tt>_Z5tgsind</tt>, and <tt>Z5tgsine</tt>, respectively. There are two
+<tt>_Z5tgsind</tt>, and <tt>_Z5tgsine</tt>, respectively. There are two
 caveats to this use of name mangling:</p>
 
 <ul>