diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-03 15:18:32 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-03 15:18:32 -0400 |
commit | 383abc8898cbdb46e460adffbccfda8b2236d24e (patch) | |
tree | d08c1fdfaab8afb4822dce9c99d62f444985ec03 /lisp/calc | |
parent | b02c2714c3f1835edf15e34c6b4e3be0c5dd8acf (diff) | |
download | emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.tar.gz |
; Fix some comment typos
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calcalg2.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el index 53e02572064..48446c3c4c5 100644 --- a/lisp/calc/calcalg2.el +++ b/lisp/calc/calcalg2.el @@ -2354,7 +2354,7 @@ ;; The variables math-solve-lhs, math-solve-rhs and math-try-solve-sign ;; are local to math-try-solve-for, but are used by math-try-solve-prod. -;; (math-solve-lhs and math-solve-rhs are is also local to +;; (math-solve-lhs and math-solve-rhs are also local to ;; math-decompose-poly, but used by math-solve-poly-funny-powers.) (defvar math-solve-lhs) (defvar math-solve-rhs) |