]> www.ginac.de Git - ginac.git/blobdiff - ginac/wildcard.cpp
- matrix::pow(): omit last big multiplication if it's not needed.
[ginac.git] / ginac / wildcard.cpp
index 0d782622975ff773c63d5cb1af7875b9cc291c73..528df593f0bbb5528499a28715fc4f669b053aa9 100644 (file)
@@ -116,7 +116,7 @@ unsigned wildcard::calchash(void) const
 bool wildcard::match(const ex & pattern, lst & repl_lst) const
 {
        // Wildcards must match exactly (this is required for subs() to work
-       // properly because in the final step it substitues all wildcards by
+       // properly because in the final step it substitutes all wildcards by
        // their matching expressions)
        return is_equal(*pattern.bp);
 }