Date: Fri, 1 Aug 2025 00:23:45 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c0b4b2db0adb - stable/14 - libthr: fix typo in comment Message-ID: <202508010023.5710Nje0084215@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c0b4b2db0adb7c95367a3b7470f0cbf7f7e9b711 commit c0b4b2db0adb7c95367a3b7470f0cbf7f7e9b711 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-07-29 23:33:04 +0000 Commit: Konstantin Belousov <kib@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508010023.5710Nje0084215>