summaryrefslogtreecommitdiff
path: root/Src/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c2
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.