forked from OSchip/llvm-project
Documentation: correct a typo introduced in r162971.
llvm-svn: 162975
This commit is contained in:
parent
bda79e5cc2
commit
9fc8b9c156
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue