From ee8657416e788434f84e8c943ea8b0f5b0c267ab Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Mon, 18 Jul 2016 18:02:54 +0000 Subject: [PATCH] [llvm-cov] Re-write a very opaque comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275843 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-cov/CodeCoverage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-cov/CodeCoverage.cpp b/tools/llvm-cov/CodeCoverage.cpp index 11b38530a1d..e274483d31e 100644 --- a/tools/llvm-cov/CodeCoverage.cpp +++ b/tools/llvm-cov/CodeCoverage.cpp @@ -55,7 +55,7 @@ public: /// \brief Print the warning message to the error output stream. void warning(const Twine &Message, StringRef Whence = ""); - /// \brief Append a reference to a private copy of \p Path into SourceFiles. + /// \brief Copy \p Path into the list of input source files. void addCollectedPath(const std::string &Path); /// \brief Return a memory buffer for the given source file. -- 2.11.0