git: d239c3416d63 - stable/13 - linux(4): Improve comment.

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Fri, 17 Jun 2022 19:38:35 UTC
The branch stable/13 has been updated by dchagin:

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

commit d239c3416d63e87fa7c26c07719e422bafef58e5
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-08-13 08:36:42 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:33:41 +0000

    linux(4): Improve comment.
    
    Reported by:    pfg
    MFC after:      2 weeks
    
    (cherry picked from commit d4da692862f195b8e98cbaeadbd97eb003cda92a)
---
 sys/compat/linux/linux_futex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c
index e85d7792841b..a194e0ac7962 100644
--- a/sys/compat/linux/linux_futex.c
+++ b/sys/compat/linux/linux_futex.c
@@ -306,7 +306,7 @@ linux_futex(struct thread *td, struct linux_futex_args *args)
 	 *
 	 * And since commit
 	 * https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ed19993b5b0d05d62cc883571519a67dae481a14
-	 * glibc does not uses it.
+	 * glibc does not use them.
 	 */
 	case LINUX_FUTEX_WAIT_REQUEUE_PI:
 		/* not yet implemented */