aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-07-29 23:33:04 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-08-01 00:23:01 +0000
commitc0b4b2db0adb7c95367a3b7470f0cbf7f7e9b711 (patch)
tree09aa7b60688c41493696cbafa06a5efa1a78dbe0
parent3a54914b0e52ebe07c8f03ef53b73a1f5c5d0776 (diff)
libthr: fix typo in comment
(cherry picked from commit b87013fe70c051278e67d103d93c5292721cbcba)
-rw-r--r--lib/libthr/thread/thr_getthreadid_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_getthreadid_np.c b/lib/libthr/thread/thr_getthreadid_np.c
index ade332519dfb..ffecd0bc7ea9 100644
--- a/lib/libthr/thread/thr_getthreadid_np.c
+++ b/lib/libthr/thread/thr_getthreadid_np.c
@@ -36,7 +36,7 @@ __weak_reference(_thr_getthreadid_np, _pthread_getthreadid_np);
__weak_reference(_thr_getthreadid_np, pthread_getthreadid_np);
/*
- * Provide the equivelant to AIX pthread_getthreadid_np() function.
+ * Provide the equivalent to AIX pthread_getthreadid_np() function.
*/
int
_thr_getthreadid_np(void)