diff options
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> |