The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3a014191d72ba55861009487072a7fa72b935469

commit 3a014191d72ba55861009487072a7fa72b935469
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2021-04-03 01:36:41 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2021-04-06 00:47:34 +0000

    libc/<arch>/sys/cerror.S: fix typo
    
    (cherry picked from commit 4c2e9c35fb1958544040493e4fd8d8b8a0927677)
---
 lib/libc/amd64/sys/cerror.S     | 2 +-
 lib/libc/i386/sys/cerror.S      | 2 +-
 lib/libc/powerpc/sys/cerror.S   | 2 +-
 lib/libc/powerpc64/sys/cerror.S | 2 +-
 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))
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to