From 03c882f992de8154bd2a3341b47f5700de08b403 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Oct 2004 21:47:20 +0000 Subject: [PATCH] tweak comments --- pandatool/src/xfile/xFileDataDef.cxx | 4 ++-- pandatool/src/xfile/xFileDataObjectArray.cxx | 2 +- pandatool/src/xfile/xFileNode.cxx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pandatool/src/xfile/xFileDataDef.cxx b/pandatool/src/xfile/xFileDataDef.cxx index 91aa990a74..60a71ff1ea 100644 --- a/pandatool/src/xfile/xFileDataDef.cxx +++ b/pandatool/src/xfile/xFileDataDef.cxx @@ -147,8 +147,8 @@ write_text(ostream &out, int indent_level) const { // data elements appropriately back into the object. // // It returns true on success, or false on an error -// (e.g. too many semicolons, not enough data elements, -// mismatched data type). +// (e.g. not enough data elements, mismatched data +// type). //////////////////////////////////////////////////////////////////// bool XFileDataDef:: repack_data(XFileDataObject *object, diff --git a/pandatool/src/xfile/xFileDataObjectArray.cxx b/pandatool/src/xfile/xFileDataObjectArray.cxx index 4d840c725c..ea8dca535c 100644 --- a/pandatool/src/xfile/xFileDataObjectArray.cxx +++ b/pandatool/src/xfile/xFileDataObjectArray.cxx @@ -80,7 +80,7 @@ write_data(ostream &out, int indent_level, const char *separator) const { } } - // The last object is the set is different, because it gets + // The last object in the set is different, because it gets // separator instead of a semicolon, and it always gets a newline. XFileDataObject *object = _nested_elements.back(); if (object->is_complex_object()) { diff --git a/pandatool/src/xfile/xFileNode.cxx b/pandatool/src/xfile/xFileNode.cxx index 37998c253c..32bc1f5107 100644 --- a/pandatool/src/xfile/xFileNode.cxx +++ b/pandatool/src/xfile/xFileNode.cxx @@ -275,8 +275,8 @@ write_text(ostream &out, int indent_level) const { // data elements appropriately back into the object. // // It returns true on success, or false on an error -// (e.g. too many semicolons, not enough data elements, -// mismatched data type). +// (e.g. not enough data elements, mismatched data +// type). //////////////////////////////////////////////////////////////////// bool XFileNode:: repack_data(XFileDataObject *object,