aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
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
commita8ba40e5f89fa385f4542d147d3875986077faf6 (patch)
tree11364ca759c01d979a2b5bc5a570b06bd371328d /docs/LanguageExtensions.html
parente506f8a41063410c75945ebb804758bd0202947f (diff)
Documentation: add missing word "accepts".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r--docs/LanguageExtensions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 40477b82f5..bab172dd6a 100644
--- a/docs/LanguageExtensions.html
+++ b/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>