Index: remove.c =================================================================== --- remove.c (revision 3394) +++ remove.c (revision 3395) @@ -118,7 +118,7 @@ } /* --------------------------------------------------------------------------- - * destroys a line from a layer + * destroys a line from a layer */ static void *DestroyLine(LayerTypePtr Layer, LineTypePtr Line) { @@ -130,7 +130,7 @@ } /* --------------------------------------------------------------------------- - * destroys an arc from a layer + * destroys an arc from a layer */ static void *DestroyArc(LayerTypePtr Layer, ArcTypePtr Arc) { @@ -329,7 +329,7 @@ } /* --------------------------------------------------------------------------- - * removes a line from a layer + * removes a line from a layer */ void *RemoveLine(LayerTypePtr Layer, LineTypePtr Line) { @@ -344,7 +344,7 @@ } /* --------------------------------------------------------------------------- - * removes an arc from a layer + * removes an arc from a layer */ void *RemoveArc(LayerTypePtr Layer, ArcTypePtr Arc) {