Module Name: src
Committed By: msaitoh
Date: Mon Jun 19 08:24:21 UTC 2023
Modified Files:
src/lib/libc/softfloat: timesoftfloat.txt
Log Message:
Fix typo in the document. From FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/softfloat/timesoftfloat.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/softfloat/timesoftfloat.txt
diff -u src/lib/libc/softfloat/timesoftfloat.txt:1.1 src/lib/libc/softfloat/timesoftfloat.txt:1.2
--- src/lib/libc/softfloat/timesoftfloat.txt:1.1 Tue Jun 6 08:15:11 2000
+++ src/lib/libc/softfloat/timesoftfloat.txt Mon Jun 19 08:24:21 2023
@@ -1,4 +1,4 @@
-$NetBSD: timesoftfloat.txt,v 1.1 2000/06/06 08:15:11 bjh21 Exp $
+$NetBSD: timesoftfloat.txt,v 1.2 2023/06/19 08:24:21 msaitoh Exp $
Documentation for the `timesoftfloat' Program of SoftFloat Release 2a
@@ -59,7 +59,7 @@ of usage is written. It is also possibl
in a single invocation as explained in the section _Function_Sets_ later in
this document.
-Ordinarily, a function's speed will be evaulated separately for each of
+Ordinarily, a function's speed will be evaluated separately for each of
the four rounding modes, one after the other. If the rounding mode is not
supposed to have any affect on the results of a function--for instance,
some operations do not require rounding--only the nearest/even rounding mode