git: 32fdfa7fd834 - stable/12 - 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:36:18 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=32fdfa7fd834abfe6437d3aa2711b38368402738
commit 32fdfa7fd834abfe6437d3aa2711b38368402738
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:32:44 +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.
*/