From fb5b2245c1781b7081920722e7fee5903419245c Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 16 Jan 2013 01:17:05 +0000 Subject: [PATCH] Documentation: fix typo llvm-svn: 172588 --- clang/docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index c985b7567bfc..be54402fd3f0 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: