]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.h
fixed a bug where quo() would call vector::reserve() with a negative argument
[ginac.git] / ginac / expairseq.h
index 5a24edd55e6903dc8d5bafa836b5c12b8e338568..11de71b8339392720326b5978b13ad0619d8f446 100644 (file)
@@ -63,7 +63,7 @@ class expairseq : public basic
 
 // member functions
 
-       // default ctor, dtor, copy ctor assignment operator and helpers
+       // default ctor, dtor, copy ctor, assignment operator and helpers
 public:
        expairseq() : basic(TINFO_expairseq)
 #if EXPAIRSEQ_USE_HASHTAB