git: 8f69663b1858 - stable/13 - libthr(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:30:46 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8f69663b18584d9470e4a49e5b7317a33a4749af commit 8f69663b18584d9470e4a49e5b7317a33a4749af Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 10:48:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:29:31 +0000 libthr(3): Fix a typo in a source code comment - s/extentions/extensions/ (cherry picked from commit 085a77a677b1265407456eaaf440350af8e8fd15) --- 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. */