diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:35:59 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:35:59 +0000 |
commit | af0697b70533b6e40c92180a7523c16cf49798e9 (patch) | |
tree | 07c26a527bd6b6670c75f729915888031900993b /Src/math.c | |
parent | ed89700265c129983a6badca26b35eb62bb5dd70 (diff) | |
download | zsh-af0697b70533b6e40c92180a7523c16cf49798e9.tar.gz zsh-af0697b70533b6e40c92180a7523c16cf49798e9.tar.xz zsh-af0697b70533b6e40c92180a7523c16cf49798e9.zip |
17503: fix various typos and spelling mistakes in source code comments
Diffstat (limited to 'Src/math.c')
-rw-r--r-- | Src/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/math.c b/Src/math.c index 344670d6e..f970f3669 100644 --- a/Src/math.c +++ b/Src/math.c @@ -648,7 +648,7 @@ op(int what) (a.type != MN_UNSET || what != EQ)) { /* * Different types, so coerce to float. - * It may happen during an assigment that the LHS + * It may happen during an assignment that the LHS * variable is actually an integer, but there's still * no harm in doing the arithmetic in floating point; * the assignment will do the correct conversion. |