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 | 19e0fd0b2ba2f7e5af28cf9383b541f80e72c59f (patch) | |
tree | a610d1ad93f939302f3c04affc597c99282ede14 /clang/docs/LanguageExtensions.html | |
parent | 235b66c40f8044d1d4ad34f310df3cab70566976 (diff) | |
download | bcm5719-llvm-19e0fd0b2ba2f7e5af28cf9383b541f80e72c59f.tar.gz bcm5719-llvm-19e0fd0b2ba2f7e5af28cf9383b541f80e72c59f.zip |
fix typo
llvm-svn: 120254
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 3789eaac800..e080aef3c30 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |