]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
Fix some apparent typos and misindentations.
[ginac.git] / ginac / relational.h
index 6c7ebbae12bfe39ab8235d27a3e6145a9ea9ee42..6983cbfa02f0429da6e296121656c58339413c6d 100644 (file)
@@ -82,7 +82,7 @@ public:
 
        // non-virtual functions in this class
 private:
-       // For conversions to boolean, as would be used in an if conditional,
+       // For conversions to Boolean, as would be used in an if conditional,
        // implicit conversions from bool to int have a large number of
        // undesirable side effects.  The following safe_bool type enables
        // use of relational objects in conditionals without those side effects