summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-31 02:39:31 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-31 02:39:31 +0000
commitc872c92d8ca0e1626364748e87a33642bef07f44 (patch)
tree19ac58b6ed1c3176c19cd6133c85ea3002715e10 /clang
parent324adad9660f33c5b867825f1eb21bb30bc99689 (diff)
downloadbcm5719-llvm-c872c92d8ca0e1626364748e87a33642bef07f44.tar.gz
bcm5719-llvm-c872c92d8ca0e1626364748e87a33642bef07f44.zip
Documentation: add missing word "accepts".
llvm-svn: 162971
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/LanguageExtensions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html
index 40477b82f5f..bab172dd6a3 100644
--- a/clang/docs/LanguageExtensions.html
+++ b/clang/docs/LanguageExtensions.html
@@ -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>
OpenPOWER on IntegriCloud