Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 00:48:17 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3a014191d72b - stable/13 - libc/<arch>/sys/cerror.S: fix typo
Message-ID:  <202104060048.1360mHcL043306@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

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

commit 3a014191d72ba55861009487072a7fa72b935469
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-04-03 01:36:41 +0000
Commit:     Konstantin Belousov <kib@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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104060048.1360mHcL043306>