diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
commit | ef04f64069575d7a22c3893a5e8df5bb5f4b26f3 (patch) | |
tree | 5458bfe61fc1a6a27c2f5ebc37e71d0ee015924a /clang/docs/doxygen.cfg.in | |
parent | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (diff) | |
download | bcm5719-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/doxygen.cfg.in')
-rw-r--r-- | clang/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |