]> granicus.if.org Git - clang/commitdiff
fix two typos in the doc
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 2 Jul 2016 19:17:58 +0000 (19:17 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 2 Jul 2016 19:17:58 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274447 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceBasedCodeCoverage.rst
docs/doxygen.cfg.in

index b255bd771e368be08c7fe2c2ad4e22f0f5a62ddb..8d0a51fd3315f9a0d42c4143d377928e8cc06df3 100644 (file)
@@ -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
 
index adf9068613b4e16f90cede0f68e023d78a385af7..c96ab49ba0f9996d27ca2754424bbd810e4f4e00 100644 (file)
@@ -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.