Fix some typos.

This commit is contained in:
Andrius Štikonas 2021-02-19 18:14:11 +00:00 committed by fosslinux
parent 35e68bf298
commit 58fb72be92
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