diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-31 03:19:55 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-31 03:19:55 +0000 |
commit | 9fc8b9c156d8a81060933ef91a60d28af52d842a (patch) | |
tree | a7d3442d35e4ca80b8bd92203ea9bb77844f53db /clang | |
parent | bda79e5cc218199922f01c9fe1eac192ce38cc63 (diff) | |
download | bcm5719-llvm-9fc8b9c156d8a81060933ef91a60d28af52d842a.tar.gz bcm5719-llvm-9fc8b9c156d8a81060933ef91a60d28af52d842a.zip |
Documentation: correct a typo introduced in r162971.
llvm-svn: 162975
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index bab172dd6a3..79fd3bcbcd9 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |