]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.cpp
synced to 1.2 (typos, better ncmul::degree() and ::coeff())
[ginac.git] / ginac / mul.cpp
index dc9165b928ed6e36af4bbda7c0f037c93effad35..2b20e9fca917c5ec9877400e6e5ee8b7607b6df8 100644 (file)
@@ -672,7 +672,7 @@ int mul::compare_same_type(const basic & other) const
 unsigned mul::return_type() const
 {
        if (seq.empty()) {
-               // mul without factors: should not happen, but commutes
+               // mul without factors: should not happen, but commutates
                return return_types::commutative;
        }