From ef04f64069575d7a22c3893a5e8df5bb5f4b26f3 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Fri, 26 Jan 2018 08:15:52 +0000 Subject: [NFC] fix trivial typos in comments and documents "in in" -> "in", "on on" -> "on" etc. llvm-svn: 323509 --- clang/docs/InternalsManual.rst | 2 +- clang/docs/doxygen.cfg.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/docs') 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. diff --git a/clang/docs/doxygen.cfg.in b/clang/docs/doxygen.cfg.in index 13ed72222be..08f4253d851 100644 --- a/clang/docs/doxygen.cfg.in +++ b/clang/docs/doxygen.cfg.in @@ -284,7 +284,7 @@ MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by by putting a % sign in front of the word +# be prevented in individual cases by putting a % sign in front of the word # or globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. -- cgit v1.2.3