From 9fc8b9c156d8a81060933ef91a60d28af52d842a Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 31 Aug 2012 03:19:55 +0000 Subject: [PATCH] Documentation: correct a typo introduced in r162971. llvm-svn: 162975 --- clang/docs/LanguageExtensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index bab172dd6a35..79fd3bcbcd93 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -1981,7 +1981,7 @@ 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 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.

For example: