summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.rst
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:52 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:52 +0000
commitef04f64069575d7a22c3893a5e8df5bb5f4b26f3 (patch)
tree5458bfe61fc1a6a27c2f5ebc37e71d0ee015924a /clang/docs/InternalsManual.rst
parent0909ca132fcd836df843aa1ed1585bb0c15c5520 (diff)
downloadbcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.tar.gz
bcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.zip
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc. llvm-svn: 323509
Diffstat (limited to 'clang/docs/InternalsManual.rst')
-rw-r--r--clang/docs/InternalsManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst
index 058c63f0afd..b23d31468d0 100644
--- a/clang/docs/InternalsManual.rst
+++ b/clang/docs/InternalsManual.rst
@@ -1823,7 +1823,7 @@ Note that setting this member to 1 will opt out of common attribute semantic
handling, requiring extra implementation efforts to ensure the attribute
appertains to the appropriate subject, etc.
-If the attribute should not be propagated from from a template declaration to an
+If the attribute should not be propagated from a template declaration to an
instantiation of the template, set the ``Clone`` member to 0. By default, all
attributes will be cloned to template instantiations.
OpenPOWER on IntegriCloud