summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-01-01 12:51:14 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-01-01 12:51:14 +0000
commit90f1dfb06284a4411613644cd87619e8b116008c (patch)
treeb944c2dcf0aea14aad9ff3028730bb3945efd1ba /clang/docs/LanguageExtensions.rst
parent84e38ecc5e4a676e14116a42c02e5981ecd8fbb7 (diff)
downloadbcm5719-llvm-90f1dfb06284a4411613644cd87619e8b116008c.tar.gz
bcm5719-llvm-90f1dfb06284a4411613644cd87619e8b116008c.zip
Fix some typos in the clang doc.
Fixed with: $ codespell -w ClangFormatStyleOptions.rst Toolchain.rst LanguageExtensions.rst ClangCommandLineReference.rst llvm-svn: 350192
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-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 7d878150de9..c800a96e6dc 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -2725,7 +2725,7 @@ same namespace. For instance:
Without the namespaces on the macros, ``other_function`` will be annotated with
``[[noreturn]]`` instead of ``__attribute__((unavailable))``. This may seem like
a contrived example, but its very possible for this kind of situation to appear
-in real code if the pragmas are spread out accross a large file.
+in real code if the pragmas are spread out across a large file.
Subject Match Rules
-------------------
OpenPOWER on IntegriCloud