From 085a77a677b1265407456eaaf440350af8e8fd15 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 11 Jan 2023 11:48:14 +0100 Subject: [PATCH] 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. */