]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.cpp
Fix typos in comments.
[ginac.git] / ginac / normal.cpp
index 462a8ad5192a8805dc93d20be4a363d49438fccd..8b6c25c60e39eb397caec65dbdb3c449a21eb05d 100644 (file)
@@ -146,7 +146,7 @@ struct sym_desc {
        /** Maximum number of terms of leading coefficient of symbol in both polynomials */
        size_t max_lcnops;
 
-       /** Commparison operator for sorting */
+       /** Comparison operator for sorting */
        bool operator<(const sym_desc &x) const
        {
                if (max_deg == x.max_deg)