aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-31 03:19:55 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-31 03:19:55 +0000
commitdfccbd95d81a74cd322b77ac31c64589a528ef92 (patch)
tree7f60a8de83f8ac256f061bd15bb1d6dd3ae5240f /docs/LanguageExtensions.html
parent44470efba52b730fa1874eea9caacd2839a1af22 (diff)
Documentation: correct a typo introduced in r162971.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r--docs/LanguageExtensions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index bab172dd6a..79fd3bcbcd 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -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>