diff --git a/components/tvplanit/source/laz_visualplanit.lpk b/components/tvplanit/source/laz_visualplanit.lpk
index 4c345994f..35e3b53ad 100644
--- a/components/tvplanit/source/laz_visualplanit.lpk
+++ b/components/tvplanit/source/laz_visualplanit.lpk
@@ -336,20 +336,17 @@ Contributor(s): "/>
-
+
-
-
-
+
+
+
-
-
-
-
+
diff --git a/components/tvplanit/source/vpxmlds.pas b/components/tvplanit/source/vpxmlds.pas
index 1722c6bb4..eb5956289 100644
--- a/components/tvplanit/source/vpxmlds.pas
+++ b/components/tvplanit/source/vpxmlds.pas
@@ -271,7 +271,8 @@ begin
if not appending then begin
Result := node.FindNode(L[i]);
// Result is nil if the path element L[i] is not found. In this case
- // set the Flag appending to true to indicate that a new sub-tree begins here.
+ // set the flag "appending" to true to indicate that a new sub-tree
+ // begins here.
if (Result = nil) then
appending := true;
end;