]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
- replaced the Derivative() function by a more resonable fderivative class;
[ginac.git] / ginac / mul.h
index d24d37edd8c273e23a65e81c2fc358b3865db993..23e0e1f3e60845d914631ec9be0d53a4ae72e82b 100644 (file)
@@ -45,7 +45,7 @@ public:
        mul(epvector * vp, const ex & oc);
        mul(const ex & lh, const ex & mh, const ex & rh);
        
-       // functions overriding virtual functions from bases classes
+       // functions overriding virtual functions from base classes
 public:
        void print(const print_context & c, unsigned level = 0) const;
        unsigned precedence(void) const {return 50;}