From: Dmitri Gribenko Date: Fri, 31 Aug 2012 02:39:31 +0000 (+0000) Subject: Documentation: add missing word "accepts". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8ba40e5f89fa385f4542d147d3875986077faf6;p=clang Documentation: add missing word "accepts". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162971 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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, ...)

Use __attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx))) on a function declaration to specify that the -function a type tag that determines the pointee type of some other pointer -argument.

+function accpets a type tag that determines the pointee type of some other +pointer argument.

For example: