From 71b48d64cdab8e86229576ae4c8860f98ca87ac4 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 28 Nov 2010 18:19:13 +0000
Subject: [PATCH] fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120254 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LanguageExtensions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: