CTest: fix comment documenting cmBoundsCheckerParser class

This was obviously copied from Source/cmGlobalXCodeGenerator.cxx during
implementation but the comment was forgotten.
This commit is contained in:
Rolf Eike Beer 2013-05-09 12:09:02 +02:00
parent cbdfcb0e61
commit 61ddb9319b
1 changed files with 1 additions and 2 deletions

View File

@ -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: