diff --git a/Cantera/src/ctml.cpp b/Cantera/src/ctml.cpp index 1b3dddec3..0c2f595a9 100755 --- a/Cantera/src/ctml.cpp +++ b/Cantera/src/ctml.cpp @@ -212,7 +212,7 @@ namespace ctml { * Get a floating-point value from a child element. Returns a * double value for the child named 'name' of element 'parent'. If * 'type' is supplied and matches a known unit type, unit - * conversion will be done if the child element has an attribute + * conversion to SI will be done if the child element has an attribute * 'units'. */ doublereal getFloat(XML_Node& parent, string name, string type) {