aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-07-29 23:33:04 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-07-29 23:33:04 +0000
commitb87013fe70c051278e67d103d93c5292721cbcba (patch)
tree6f3f8b37cd31db805b8e3b9f5e17313034b9c8bb /lib/libthr
parenta0041aee49bebd306179382658bcf965e6db5aef (diff)
Diffstat (limited to 'lib/libthr')
-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)