summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-16 01:17:05 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-16 01:17:05 +0000
commitfb5b2245c1781b7081920722e7fee5903419245c (patch)
treef12aef7b167b5804069d0b104e8128b70e5d756d
parent250ee635157a7682878e37d77974719c16fa69b7 (diff)
downloadbcm5719-llvm-fb5b2245c1781b7081920722e7fee5903419245c.tar.gz
bcm5719-llvm-fb5b2245c1781b7081920722e7fee5903419245c.zip
Documentation: fix typo
llvm-svn: 172588
-rw-r--r--clang/docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index c985b7567bf..be54402fd3f 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -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:
OpenPOWER on IntegriCloud