The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b87013fe70c051278e67d103d93c5292721cbcba
commit b87013fe70c051278e67d103d93c5292721cbcba Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2025-07-29 23:33:04 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2025-07-29 23:33:04 +0000 libthr: fix typo in comment Sponsored by: The FreeBSD Foundation MFC after: 3 days --- 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)