summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2013-05-09 10:09:02 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2013-05-09 17:25:50 (GMT)
commit61ddb9319b8b0d7182d9812df03b88b5d8e57c1d (patch)
treecb6a7d70a3763103fcfd50b4518b7aabdab13e19 /Source/CTest
parentcbdfcb0e61ad0fe3c61743111594f90c160f526d (diff)
downloadCMake-61ddb9319b8b0d7182d9812df03b88b5d8e57c1d.zip
CMake-61ddb9319b8b0d7182d9812df03b88b5d8e57c1d.tar.gz
CMake-61ddb9319b8b0d7182d9812df03b88b5d8e57c1d.tar.bz2
CTest: fix comment documenting cmBoundsCheckerParser class
This was obviously copied from Source/cmGlobalXCodeGenerator.cxx during implementation but the comment was forgotten.
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestMemCheckHandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestMemCheckHandler.cxx b/Source/CTest/cmCTestMemCheckHandler.cxx
index 19c156e..8baa673 100644
--- a/Source/CTest/cmCTestMemCheckHandler.cxx
+++ b/Source/CTest/cmCTestMemCheckHandler.cxx
@@ -43,8 +43,7 @@ static CatToErrorType cmCTestMemCheckBoundsChecker[] = {
{0,0}
};
-// parse the xml file storing the installed version of Xcode on
-// the machine
+// parse the xml file containing the results of last BoundsChecker run
class cmBoundsCheckerParser : public cmXMLParser
{
public: