diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-02 19:17:58 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-02 19:17:58 +0000 |
commit | c0a3d717c7a12b26eba2fbb167d9a9b07eae6d3f (patch) | |
tree | b5faa6defc9ed0190c390d1ca207b51fe774f90e | |
parent | 0fb7774f91405e588389d36234d02f1c3f65b6cf (diff) | |
download | bcm5719-llvm-c0a3d717c7a12b26eba2fbb167d9a9b07eae6d3f.tar.gz bcm5719-llvm-c0a3d717c7a12b26eba2fbb167d9a9b07eae6d3f.zip |
fix two typos in the doc
llvm-svn: 274447
-rw-r--r-- | clang/docs/SourceBasedCodeCoverage.rst | 2 | ||||
-rw-r--r-- | clang/docs/doxygen.cfg.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/SourceBasedCodeCoverage.rst b/clang/docs/SourceBasedCodeCoverage.rst index b255bd771e3..8d0a51fd331 100644 --- a/clang/docs/SourceBasedCodeCoverage.rst +++ b/clang/docs/SourceBasedCodeCoverage.rst @@ -111,7 +111,7 @@ generate a line-oriented report: # Step 3(b): Create a line-oriented coverage report. % llvm-cov show ./foo -instr-profile=foo.profdata -To demangle any C++ identifiers in the ouput, use: +To demangle any C++ identifiers in the output, use: .. code-block:: console diff --git a/clang/docs/doxygen.cfg.in b/clang/docs/doxygen.cfg.in index adf9068613b..c96ab49ba0f 100644 --- a/clang/docs/doxygen.cfg.in +++ b/clang/docs/doxygen.cfg.in @@ -1937,7 +1937,7 @@ PREDEFINED = EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will -# remove all refrences to function-like macros that are alone on a line, have an +# remove all references to function-like macros that are alone on a line, have an # all uppercase name, and do not end with a semicolon. Such function macros are # typically used for boiler-plate code, and will confuse the parser if not # removed. |