]> granicus.if.org Git - clang/commitdiff
Documentation: correct a typo introduced in r162971.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 03:19:55 +0000 (03:19 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 03:19:55 +0000 (03:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162975 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index bab172dd6a35b62ddd206c084c44b1e7d2b7b17a..79fd3bcbcd93a5e514d8ccc46a2d499756da077b 100644 (file)
@@ -1981,7 +1981,7 @@ 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 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>