From 09403bb1127f7ef58dce7b669e681c74dd77eaed Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 1 Feb 2007 04:41:36 +0000 Subject: [PATCH] * Fix typo in comment. --- ginac/power.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.44.0