]> granicus.if.org Git - clang/commitdiff
Documentation: fix typo
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 16 Jan 2013 01:17:05 +0000 (01:17 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 16 Jan 2013 01:17:05 +0000 (01:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172588 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index c985b7567bfcb1caf1357c6b563fbaafef555d25..be54402fd3f035818ab091685d63f8bf7433fe51 100644 (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: