diff options
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
-rw-r--r-- | llvm/tools/llvm-cov/CodeCoverage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cov/CodeCoverage.cpp b/llvm/tools/llvm-cov/CodeCoverage.cpp index 11b38530a1d..e274483d31e 100644 --- a/llvm/tools/llvm-cov/CodeCoverage.cpp +++ b/llvm/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. |