From 8a673dd3da704caddc0b09277117e77b0c89a671 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 1 Feb 2007 04:41:48 +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 35f800b2..a63556b2 100644 --- a/ginac/power.cpp +++ b/ginac/power.cpp @@ -852,7 +852,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.49.0