some Fossies-reported spelling errors were accidentally left unfixed

(cherry picked from commit a2aa29ed4f)
This commit is contained in:
Evan Hunt
2020-02-21 14:12:42 -08:00
parent 863f33f3eb
commit f0972d5bbd
20 changed files with 65 additions and 65 deletions

View File

@@ -325,7 +325,7 @@ should be used for generic variables (e.g. iteration counters, array
subscripts). Other than for generic variables, if a negative value isn't
meaningful, the variable should be unsigned. Assignments and
comparisons between signed and unsigned integers should be avoided;
suppressing the warnings with casts is not desireable.<P>
suppressing the warnings with casts is not desirable.<P>
<H4>Casting</H4>
Casting should be avoided when possible. When it is necessary, there