Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/sysctl Fix a tyop in a comment.
details: https://anonhg.NetBSD.org/src/rev/3c4db0f47651
branches: trunk
changeset: 521302:3c4db0f47651
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Jan 27 23:50:36 2002 +0000
description:
Fix a tyop in a comment.
diffstat:
sbin/sysctl/sysctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4ebc49750cf2 -r 3c4db0f47651 sbin/sysctl/sysctl.c
--- a/sbin/sysctl/sysctl.c Sun Jan 27 23:33:51 2002 +0000
+++ b/sbin/sysctl/sysctl.c Sun Jan 27 23:50:36 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.c,v 1.51 2002/01/27 12:47:37 simonb Exp $ */
+/* $NetBSD: sysctl.c,v 1.52 2002/01/27 23:50:36 simonb Exp $ */
/*
* Copyright (c) 1993
@@ -44,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: sysctl.c,v 1.51 2002/01/27 12:47:37 simonb Exp $");
+__RCSID("$NetBSD: sysctl.c,v 1.52 2002/01/27 23:50:36 simonb Exp $");
#endif
#endif /* not lint */
@@ -1130,7 +1130,7 @@
struct ctlname pipenames[] = CTL_PIPE_NAMES;
struct list pipevars = { pipenames, KERN_PIPE_MAXID };
/*
- * handle kern.mbuf requests
+ * handle kern.pipe requests
*/
static int
sysctl_pipe(string, bufpp, mib, flags, typep)
Home |
Main Index |
Thread Index |
Old Index