[cfe-commits] r162975 - /cfe/trunk/docs/LanguageExtensions.html
Dmitri Gribenko
gribozavr at gmail.com
Thu Aug 30 20:19:55 PDT 2012
Author: gribozavr
Date: Thu Aug 30 22:19:55 2012
New Revision: 162975
URL: http://llvm.org/viewvc/llvm-project?rev=162975&view=rev
Log:
Documentation: correct a typo introduced in r162971.
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=162975&r1=162974&r2=162975&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Thu Aug 30 22:19:55 2012
@@ -1981,7 +1981,7 @@
<p>Use <tt>__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx,
type_tag_idx)))</tt> on a function declaration to specify that the
-function accpets a type tag that determines the pointee type of some other
+function accepts a type tag that determines the pointee type of some other
pointer argument.</p>
<p>For example:</p>
More information about the cfe-commits
mailing list