]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/mgcd.cpp
Happy New Year!
[ginac.git] / ginac / polynomial / mgcd.cpp
index 984ba32e6cb22c663afad13a51ce2fbdeedcacc7..a0d3e35fe9d77624fe95483e5b0c73a00b1ec566 100644 (file)
@@ -3,7 +3,7 @@
  *  Chinese remainder algorithm. */
 
 /*
- *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 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;
        }