From: Chris Lattner
Date: Sun, 28 Nov 2010 18:19:13 +0000 (+0000)
Subject: fix typo
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71b48d64cdab8e86229576ae4c8860f98ca87ac4;p=clang
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120254 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 3789eaac80..e080aef3c3 100644
--- a/docs/LanguageExtensions.html
+++ b/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: