Fix some typos.

This commit is contained in:
Andrius Štikonas 2021-02-19 18:14:11 +00:00
parent 1f821360bb
commit 0232a20dde
7 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: MIT
tcc does not seem to support stmxcsr and ldmxcsr.
Remove those. This migt break float exception handling but we
Remove those. This might break float exception handling but we
are unlikely to need it.
diff -U3 -r src/fenv/i386/fenv.s src/fenv/i386/fenv.s
--- src/fenv/i386/fenv.s 2019-10-13 22:58:27.000000000 +0100