[cfe-commits] r162971 - /cfe/trunk/docs/LanguageExtensions.html

Dmitri Gribenko gribozavr at gmail.com
Thu Aug 30 19:39:31 PDT 2012


Author: gribozavr
Date: Thu Aug 30 21:39:31 2012
New Revision: 162971

URL: http://llvm.org/viewvc/llvm-project?rev=162971&view=rev
Log:
Documentation: add missing word "accepts".

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=162971&r1=162970&r2=162971&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Thu Aug 30 21:39:31 2012
@@ -1981,8 +1981,8 @@
 
 <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 a type tag that determines the pointee type of some other pointer
-argument.</p>
+function accpets a type tag that determines the pointee type of some other
+pointer argument.</p>
 
 <p>For example:</p>
 <blockquote>





More information about the cfe-commits mailing list