summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-alg.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-21 01:58:39 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-21 01:58:39 -0800
commit6196cffecf7dcc2a777025137db6ab77ff45a105 (patch)
tree1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/calc/calc-alg.el
parentd3098e1ec618fc043568be481b487f3bf7689bad (diff)
downloademacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/calc/calc-alg.el')
-rw-r--r--lisp/calc/calc-alg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el
index 274f399fe6a..5ad1e58b45c 100644
--- a/lisp/calc/calc-alg.el
+++ b/lisp/calc/calc-alg.el
@@ -1841,7 +1841,7 @@
expr))))
;;; Simplify a polynomial in list form by stripping off high-end zeros.
-;;; This always leaves the constant part, i.e., nil->nil and nonnil->nonnil.
+;;; This always leaves the constant part, i.e., nil->nil and non-nil->non-nil.
(defun math-poly-simplify (p)
(and p
(if (Math-zerop (nth (1- (length p)) p))