tweak comments

This commit is contained in:
David Rose 2004-10-13 21:47:20 +00:00
parent fc74bc81f0
commit 03c882f992
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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()) {

View File

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