]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 22:27:46 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 22:27:46 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64966 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 67e60dec4da5fa7c40c0c8a64322d5f0f01804b7..739181d9b98676b6db5bd103487884f1a5ae6310 100644 (file)
@@ -126,7 +126,7 @@ ellipsis even if there are no named parameters (as is permitted in C++). This fe
 
 <blockquote>
 <pre>
-void honeypot(..) __attribute__((overloadable, unavailable)); <i>// calling me is an error</i>
+void honeypot(...) __attribute__((overloadable, unavailable)); <i>// calling me is an error</i>
 </pre>
 </blockquote>