Documentation: fix typo

llvm-svn: 172588
This commit is contained in:
Dmitri Gribenko 2013-01-16 01:17:05 +00:00
parent 250ee63515
commit fb5b2245c1
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ weakly-linked declaration may or may not be present a run-time, and a program
can determine whether the declaration is present by checking whether the
address of that declaration is non-NULL.
If there a multiple declarations of the same entity, the availability
If there are multiple declarations of the same entity, the availability
attributes must either match on a per-platform basis or later
declarations must not have availability attributes for that
platform. For example: