diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-28 18:19:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-28 18:19:13 +0000 |
commit | 71b48d64cdab8e86229576ae4c8860f98ca87ac4 (patch) | |
tree | c80f99fee3dd247f40fd291d087e53f302564ca4 /docs/LanguageExtensions.html | |
parent | 83eedd9fa800c273647c7a90465ea9c110f9d93c (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
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)); <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> |