Documentation: correct a typo introduced in r162971.

llvm-svn: 162975
This commit is contained in:
Dmitri Gribenko 2012-08-31 03:19:55 +00:00
parent bda79e5cc2
commit 9fc8b9c156
1 changed files with 1 additions and 1 deletions

View File

@ -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>