Documentation: add missing word "accepts".

llvm-svn: 162971
This commit is contained in:
Dmitri Gribenko 2012-08-31 02:39:31 +00:00
parent 324adad966
commit c872c92d8c
1 changed files with 2 additions and 2 deletions

View File

@ -1981,8 +1981,8 @@ 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 a type tag that determines the pointee type of some other pointer
argument.</p>
function accpets a type tag that determines the pointee type of some other
pointer argument.</p>
<p>For example:</p>
<blockquote>