Fixed many typos

This commit is contained in:
polluks2
2021-12-14 13:13:16 +01:00
parent 6a76d6d905
commit 1cdd4676b2
16 changed files with 31 additions and 31 deletions

View File

@@ -59,7 +59,7 @@ slower than the same code for unsigned types.
<sect>Use chars instead of ints if possible<p>
While in arithmetic operations, chars are immidiately promoted to ints, they
While in arithmetic operations, chars are immediately promoted to ints, they
are passed as chars in parameter lists and are accessed as chars in variables.
The code generated is usually not much smaller, but it is faster, since
accessing chars is faster. For several operations, the generated code may be