From: Richard Kreckel Date: Thu, 1 Feb 2007 04:41:36 +0000 (+0000) Subject: * Fix typo in comment. X-Git-Tag: release_1-4-0~36 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=09403bb1127f7ef58dce7b669e681c74dd77eaed * Fix typo in comment. --- diff --git a/ginac/power.cpp b/ginac/power.cpp index 9e720b70..fb5e351e 100644 --- a/ginac/power.cpp +++ b/ginac/power.cpp @@ -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); } -/** 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 {