diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-27 17:10:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-27 17:10:09 +0000 |
commit | cc3a47abb42f11b78ad97db92e7a89b9447bb8e9 (patch) | |
tree | fe9b394da058363f4a89f71cc700d1ff82eaa856 /lib/libm/arch/i387/s_floorf.S | |
parent | 3ee00b1421bdff3725c44ae16607a768ffaadb02 (diff) |
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
Diffstat (limited to 'lib/libm/arch/i387/s_floorf.S')
-rw-r--r-- | lib/libm/arch/i387/s_floorf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/arch/i387/s_floorf.S b/lib/libm/arch/i387/s_floorf.S index ee02d2be4e7..6b9dbef24fb 100644 --- a/lib/libm/arch/i387/s_floorf.S +++ b/lib/libm/arch/i387/s_floorf.S @@ -1,4 +1,4 @@ -/* $OpenBSD: s_floorf.S,v 1.4 2016/09/12 19:47:02 guenther Exp $ */ +/* $OpenBSD: s_floorf.S,v 1.5 2022/12/27 17:10:07 jmc Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. @@ -14,7 +14,7 @@ ENTRY(floorf) orw $0x0400,%dx /* round towards -oo */ andw $0xf7ff,%dx movw %dx,(%esp) - fldcw (%esp) /* load modfied control word */ + fldcw (%esp) /* load modified control word */ flds 12(%esp); /* round */ frndint |