diff options
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 2 |
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> |