Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vmstat typo
details: https://anonhg.NetBSD.org/src/rev/fc813c1fccd7
branches: trunk
changeset: 837624:fc813c1fccd7
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Dec 13 01:58:04 2018 +0000
description:
typo
diffstat:
usr.bin/vmstat/vmstat.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5c19c56ab747 -r fc813c1fccd7 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c Thu Dec 13 01:40:02 2018 +0000
+++ b/usr.bin/vmstat/vmstat.c Thu Dec 13 01:58:04 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmstat.c,v 1.224 2017/12/04 03:05:57 mrg Exp $ */
+/* $NetBSD: vmstat.c,v 1.225 2018/12/13 01:58:04 sevan Exp $ */
/*-
* Copyright (c) 1998, 2000, 2001, 2007 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95";
#else
-__RCSID("$NetBSD: vmstat.c,v 1.224 2017/12/04 03:05:57 mrg Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.225 2018/12/13 01:58:04 sevan Exp $");
#endif
#endif /* not lint */
@@ -1439,7 +1439,7 @@
data = asysctlbyname("kern.pool", &len);
if (data == NULL)
- err(1, "failed to reead kern.pool");
+ err(1, "failed to read kern.pool");
memset(&pool_totals, 0, sizeof pool_totals);
total = inuse = 0;
@@ -1725,7 +1725,7 @@
data = asysctlbyname("kern.pool", &len);
if (data == NULL)
- err(1, "failed to reead kern.pool");
+ err(1, "failed to read kern.pool");
len /= sizeof(*data);
for (i = 0; i < len; ++i) {
Home |
Main Index |
Thread Index |
Old Index