aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-04-03 01:36:41 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-04-06 00:47:34 +0000
commit3a014191d72ba55861009487072a7fa72b935469 (patch)
treeb563c2d8bb98cb758761621aff93bb623b0c8921
parentd3f2c31b43b726ffbb180a42cee4b9f00c5ad5ed (diff)
downloadsrc-3a014191d72ba55861009487072a7fa72b935469.tar.gz
src-3a014191d72ba55861009487072a7fa72b935469.zip
libc/<arch>/sys/cerror.S: fix typo
(cherry picked from commit 4c2e9c35fb1958544040493e4fd8d8b8a0927677)
-rw-r--r--lib/libc/amd64/sys/cerror.S2
-rw-r--r--lib/libc/i386/sys/cerror.S2
-rw-r--r--lib/libc/powerpc/sys/cerror.S2
-rw-r--r--lib/libc/powerpc64/sys/cerror.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/amd64/sys/cerror.S b/lib/libc/amd64/sys/cerror.S
index ffce9d561993..1928acd0b7a9 100644
--- a/lib/libc/amd64/sys/cerror.S
+++ b/lib/libc/amd64/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)
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)
diff --git a/lib/libc/powerpc/sys/cerror.S b/lib/libc/powerpc/sys/cerror.S
index c2bc994b9c33..9ec3cbaf63a2 100644
--- a/lib/libc/powerpc/sys/cerror.S
+++ b/lib/libc/powerpc/sys/cerror.S
@@ -35,7 +35,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.
*/
HIDENAME(cerror):
diff --git a/lib/libc/powerpc64/sys/cerror.S b/lib/libc/powerpc64/sys/cerror.S
index 3362c9fdf046..93172fdb822e 100644
--- a/lib/libc/powerpc64/sys/cerror.S
+++ b/lib/libc/powerpc64/sys/cerror.S
@@ -35,7 +35,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.
*/
ENTRY_NOPROF(HIDENAME(cerror))