git: 9c353fa4a940 - main - libc: Fix a documentation spelling mistake

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 01 May 2023 14:30:35 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9c353fa4a94018dd963182d19eaa5ed59726062f

commit 9c353fa4a94018dd963182d19eaa5ed59726062f
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-03-29 13:38:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-01 14:30:15 +0000

    libc: Fix a documentation spelling mistake
    
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/704
---
 lib/libc/softfloat/timesoftfloat.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/softfloat/timesoftfloat.txt b/lib/libc/softfloat/timesoftfloat.txt
index addc64740c6d..ae992f983c11 100644
--- a/lib/libc/softfloat/timesoftfloat.txt
+++ b/lib/libc/softfloat/timesoftfloat.txt
@@ -60,7 +60,7 @@ of usage is written.  It is also possible to evaluate all machine functions
 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