Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2023 10:48:26 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 085a77a677b1 - main - libthr(3): Fix a typo in a source code comment
Message-ID:  <202301111048.30BAmQ13082576@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301111048.30BAmQ13082576>