Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sysmon Fix typo - thanks, riz@
details: https://anonhg.NetBSD.org/src/rev/0efe4c2c6301
branches: trunk
changeset: 337742:0efe4c2c6301
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Apr 25 23:16:37 2015 +0000
description:
Fix typo - thanks, riz@
diffstat:
sys/dev/sysmon/sysmon.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 16ea5f511ba5 -r 0efe4c2c6301 sys/dev/sysmon/sysmon.c
--- a/sys/dev/sysmon/sysmon.c Sat Apr 25 22:46:31 2015 +0000
+++ b/sys/dev/sysmon/sysmon.c Sat Apr 25 23:16:37 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon.c,v 1.22 2015/04/25 22:46:31 pgoyette Exp $ */
+/* $NetBSD: sysmon.c,v 1.23 2015/04/25 23:16:37 pgoyette Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon.c,v 1.22 2015/04/25 22:46:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon.c,v 1.23 2015/04/25 23:16:37 pgoyette Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -398,7 +398,7 @@
}
if (pmf_device_register(sysmon_dev, NULL, NULL))
- aprintf_error("%s: failed to register with pmf\n",
+ aprint_error("%s: failed to register with pmf\n",
sysmon_cd.cd_name);
return error;
Home |
Main Index |
Thread Index |
Old Index