mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
17503: fix various typos and spelling mistakes in source code comments
This commit is contained in:
parent
ed89700265
commit
af0697b705
16 changed files with 36 additions and 36 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue