[cfe-commits] r172588 - /cfe/trunk/docs/LanguageExtensions.rst
Dmitri Gribenko
gribozavr at gmail.com
Tue Jan 15 17:17:05 PST 2013
Author: gribozavr
Date: Tue Jan 15 19:17:05 2013
New Revision: 172588
URL: http://llvm.org/viewvc/llvm-project?rev=172588&view=rev
Log:
Documentation: fix typo
Modified:
cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=172588&r1=172587&r2=172588&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Tue Jan 15 19:17:05 2013
@@ -488,7 +488,7 @@
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:
More information about the cfe-commits
mailing list