]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/mgcd.cpp
Minor bug fix for the class modular_form_kernel: Ensure that the series-method includ...
[ginac.git] / ginac / polynomial / mgcd.cpp
index d66369eeba8b4e40e6bb57633967e483d2916fa7..a439568cd15172ede99ab4446c1226f746995723 100644 (file)
@@ -3,7 +3,7 @@
  *  Chinese remainder algorithm. */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2021 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -52,7 +52,7 @@ static cln::cl_I extract_integer_content(ex& Apr, const ex& A)
                }
        } else {
                Apr = (A/icont_).expand();
-               // A is a polynomail over rationals, so GCD is defined
+               // A is a polynomial over rationals, so GCD is defined
                // up to arbitrary rational number.
                return n1;
        }