diff --git a/cli/main.cpp b/cli/main.cpp index 019f2c47a..926ae6d1b 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -58,7 +58,7 @@ void CheckOther::checkZeroDivision() * @section embedding_sec Embedding Cppcheck * Cppcheck is designed to be easily embeddable into other programs. * - * The "src/main.cpp" and "src/cppcheckexecutor.*" files illustrate how cppcheck + * This file and "cppcheckexecutor.*" illustrate how cppcheck * can be embedded into an application. * *