r274447 - fix two typos in the doc
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 2 12:17:58 PDT 2016
Author: sylvestre
Date: Sat Jul 2 14:17:58 2016
New Revision: 274447
URL: http://llvm.org/viewvc/llvm-project?rev=274447&view=rev
Log:
fix two typos in the doc
Modified:
cfe/trunk/docs/SourceBasedCodeCoverage.rst
cfe/trunk/docs/doxygen.cfg.in
Modified: cfe/trunk/docs/SourceBasedCodeCoverage.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/SourceBasedCodeCoverage.rst?rev=274447&r1=274446&r2=274447&view=diff
==============================================================================
--- cfe/trunk/docs/SourceBasedCodeCoverage.rst (original)
+++ cfe/trunk/docs/SourceBasedCodeCoverage.rst Sat Jul 2 14:17:58 2016
@@ -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
Modified: cfe/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/doxygen.cfg.in?rev=274447&r1=274446&r2=274447&view=diff
==============================================================================
--- cfe/trunk/docs/doxygen.cfg.in (original)
+++ cfe/trunk/docs/doxygen.cfg.in Sat Jul 2 14:17:58 2016
@@ -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.
More information about the cfe-commits
mailing list