]> www.ginac.de Git - cln.git/commitdiff
Fix a typo.
authorBruno Haible <bruno@clisp.org>
Fri, 18 Aug 2000 11:31:40 +0000 (11:31 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 18 Aug 2000 11:31:40 +0000 (11:31 +0000)
ChangeLog
include/cl_univpoly_modint.h

index f28104657fd2a1fe88aee8c12574584ea4713a9b..4f1c7b6e0f35e785550b948a885ef24561200f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-18  Bruno Haible  <haible@clisp.cons.org>
+
+        * include/cl_univpoly_modint.h: Fix typo.
+
 2000-07-13  Bruno Haible  <haible@clisp.cons.org>
 
         * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',
index 5b008ed1f179c1228963f388b5f29fc38a0479e7..83d6aa9f257eb1daa8297072a8ead1eda168e04f 100644 (file)
@@ -1,7 +1,7 @@
 // Univariate Polynomials over modular integers.
 
 #ifndef _CL_UNIVPOLY_MODINT_H
-#define _CL_UNIVPOLY_MoDINT_H
+#define _CL_UNIVPOLY_MODINT_H
 
 #include "cl_ring.h"
 #include "cl_univpoly.h"