git: 085a77a677b1 - main - libthr(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 10:48:26 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=085a77a677b1265407456eaaf440350af8e8fd15 commit 085a77a677b1265407456eaaf440350af8e8fd15 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 10:48:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-11 10:48:14 +0000 libthr(3): Fix a typo in a source code comment - s/extentions/extensions/ MFC after: 3 days --- lib/libthr/thread/thr_autoinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libthr/thread/thr_autoinit.c b/lib/libthr/thread/thr_autoinit.c index d741f3cf1af7..a38ab6ebc76e 100644 --- a/lib/libthr/thread/thr_autoinit.c +++ b/lib/libthr/thread/thr_autoinit.c @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$"); #include "thr_private.h" /* - * This module uses GCC extentions to initialize the + * This module uses GCC extensions to initialize the * threads package at program start-up time. */