The branch stable/14 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c0b4b2db0adb7c95367a3b7470f0cbf7f7e9b711

commit c0b4b2db0adb7c95367a3b7470f0cbf7f7e9b711
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-07-29 23:33:04 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-08-01 00:23:01 +0000

    libthr: fix typo in comment
    
    (cherry picked from commit b87013fe70c051278e67d103d93c5292721cbcba)
---
 lib/libthr/thread/thr_getthreadid_np.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

Reply via email to