aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-04-03 01:36:41 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-04-03 22:00:57 +0000
commit4c2e9c35fb1958544040493e4fd8d8b8a0927677 (patch)
tree581c21ad8480ad6b35cdb171addd847d5f2eb30e /lib/libc/i386
parentf548033818b8bbcee17ad3926103f2a9b2c975df (diff)
downloadsrc-4c2e9c35fb1958544040493e4fd8d8b8a0927677.tar.gz
src-4c2e9c35fb1958544040493e4fd8d8b8a0927677.zip
libc/<arch>/sys/cerror.S: fix typo
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'lib/libc/i386')
-rw-r--r--lib/libc/i386/sys/cerror.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/sys/cerror.S b/lib/libc/i386/sys/cerror.S
index 423d716cb651..47bd0fade000 100644
--- a/lib/libc/i386/sys/cerror.S
+++ b/lib/libc/i386/sys/cerror.S
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
/*
* The __error() function is thread aware. For non-threaded
- * programs and the initial threaded in threaded programs,
+ * programs and the initial thread in threaded programs,
* it returns a pointer to the global errno variable.
*/
.globl CNAME(__error)