diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-16 01:17:05 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-16 01:17:05 +0000 |
commit | 44a1efe44ea43a194499719d3b230054f28845cc (patch) | |
tree | bef2855754c6afbb31e7262962ac64fc73033203 | |
parent | 52fb37a52c73d16f129b3f3bda698cda087f9b93 (diff) |
Documentation: fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172588 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index c985b7567b..be54402fd3 100644 --- a/docs/LanguageExtensions.rst +++ b/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: |