Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/sys/kern/sysvmsg Fix a thinko in a comment.
details: https://anonhg.NetBSD.org/src/rev/95c9c1d5b823
branches: trunk
changeset: 475739:95c9c1d5b823
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Aug 24 22:36:33 1999 +0000
description:
Fix a thinko in a comment.
diffstat:
regress/sys/kern/sysvmsg/msgtest.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r acbda07a9e7b -r 95c9c1d5b823 regress/sys/kern/sysvmsg/msgtest.c
--- a/regress/sys/kern/sysvmsg/msgtest.c Tue Aug 24 22:26:49 1999 +0000
+++ b/regress/sys/kern/sysvmsg/msgtest.c Tue Aug 24 22:36:33 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msgtest.c,v 1.2 1999/08/24 22:26:49 thorpej Exp $ */
+/* $NetBSD: msgtest.c,v 1.3 1999/08/24 22:36:33 thorpej Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -99,7 +99,7 @@
/*
* Install a SIGSYS handler so that we can exit gracefully if
- * System V Semaphore support isn't in the kernel.
+ * System V Message Queue support isn't in the kernel.
*/
sa.sa_handler = sigsys_handler;
sigemptyset(&sa.sa_mask);
Home |
Main Index |
Thread Index |
Old Index