From cbaefff2e8305ef2e2d51ba84146208f9a49e8d7 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Sat, 17 Jan 2004 17:05:58 +0000 Subject: minor fixes --- cpp/src/FreezeScript/TransformAnalyzer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/FreezeScript/TransformAnalyzer.cpp') diff --git a/cpp/src/FreezeScript/TransformAnalyzer.cpp b/cpp/src/FreezeScript/TransformAnalyzer.cpp index 5d056381d16..cc47b1dd791 100644 --- a/cpp/src/FreezeScript/TransformAnalyzer.cpp +++ b/cpp/src/FreezeScript/TransformAnalyzer.cpp @@ -25,7 +25,7 @@ namespace FreezeScript { // -// TransformVisitor visits the old definitions and compares them with +// AnalyzeTransformVisitor visits the old definitions and compares them with // the new definitions. // class AnalyzeTransformVisitor : public ParserVisitor @@ -82,7 +82,7 @@ private: } //////////////////////////////////// -// TransformVisitor +// AnalyzeTransformVisitor //////////////////////////////////// FreezeScript::AnalyzeTransformVisitor::AnalyzeTransformVisitor(XMLOutput& out, const UnitPtr& newUnit, -- cgit v1.2.3