libc/<arch>/sys/cerror.S: fix typo

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2021-04-03 04:36:41 +03:00
parent f548033818
commit 4c2e9c35fb
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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):

View File

@ -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))