]> www.ginac.de Git - ginac.git/commitdiff
* Fix typo in comment.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 1 Feb 2007 04:41:36 +0000 (04:41 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 1 Feb 2007 04:41:36 +0000 (04:41 +0000)
ginac/power.cpp

index 9e720b70b04280a150de8d6ab99e6932f4d39699..fb5e351e7390204dbe6b024f5cc2f8a80c67625b 100644 (file)
@@ -943,7 +943,7 @@ ex power::expand_add_2(const add & a, unsigned options) const
        return (new add(sum))->setflag(status_flags::dynallocated | status_flags::expanded);
 }
 
        return (new add(sum))->setflag(status_flags::dynallocated | status_flags::expanded);
 }
 
-/** Expand factors of m in m^n where m is a mul and n is and integer.
+/** Expand factors of m in m^n where m is a mul and n is an integer.
  *  @see power::expand */
 ex power::expand_mul(const mul & m, const numeric & n, unsigned options, bool from_expand) const
 {
  *  @see power::expand */
 ex power::expand_mul(const mul & m, const numeric & n, unsigned options, bool from_expand) const
 {