]> granicus.if.org Git - clang/commitdiff
Documentation: add missing word "accepts".
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 02:39:31 +0000 (02:39 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 02:39:31 +0000 (02:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162971 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 40477b82f5f2230e115e172b292f848e7d129b8b..bab172dd6a35b62ddd206c084c44b1e7d2b7b17a 100644 (file)
@@ -1981,8 +1981,8 @@ int fcntl(int fd, int cmd, ...)
 
 <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>