Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej-futex2]: src/sys/kern Correct a comment.



details:   https://anonhg.NetBSD.org/src/rev/5fff68c0eeba
branches:  thorpej-futex2
changeset: 1022747:5fff68c0eeba
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Aug 06 18:23:57 2021 +0000

description:
Correct a comment.

diffstat:

 sys/kern/sys_futex.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7239dfe38a85 -r 5fff68c0eeba sys/kern/sys_futex.c
--- a/sys/kern/sys_futex.c      Thu Aug 05 23:23:50 2021 +0000
+++ b/sys/kern/sys_futex.c      Fri Aug 06 18:23:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_futex.c,v 1.12.4.2 2021/08/05 23:23:50 thorpej Exp $       */
+/*     $NetBSD: sys_futex.c,v 1.12.4.3 2021/08/06 18:23:57 thorpej Exp $       */
 
 /*-
  * Copyright (c) 2018, 2019, 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_futex.c,v 1.12.4.2 2021/08/05 23:23:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_futex.c,v 1.12.4.3 2021/08/06 18:23:57 thorpej Exp $");
 
 /*
  * Futexes
@@ -1250,7 +1250,7 @@
 /*
  * futex_op_unlock(f)
  *
- *     Release the queue lock of f.
+ *     Release the op lock of f.
  */
 static void
 futex_op_unlock(struct futex *f)



Home | Main Index | Thread Index | Old Index