Module Name: src
Committed By: nonaka
Date: Sun Jun 19 05:17:38 UTC 2011
Modified Files:
src/sys/dev/sysmon: sysmon_envsys_tables.c
Log Message:
fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sysmon/sysmon_envsys_tables.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/sysmon/sysmon_envsys_tables.c
diff -u src/sys/dev/sysmon/sysmon_envsys_tables.c:1.8 src/sys/dev/sysmon/sysmon_envsys_tables.c:1.9
--- src/sys/dev/sysmon/sysmon_envsys_tables.c:1.8 Sun Jun 19 04:23:18 2011
+++ src/sys/dev/sysmon/sysmon_envsys_tables.c Sun Jun 19 05:17:38 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_envsys_tables.c,v 1.8 2011/06/19 04:23:18 christos Exp $ */
+/* $NetBSD: sysmon_envsys_tables.c,v 1.9 2011/06/19 05:17:38 nonaka Exp $ */
/*-
* Copyright (c) 2007 Juan Romero Pardines.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys_tables.c,v 1.8 2011/06/19 04:23:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys_tables.c,v 1.9 2011/06/19 05:17:38 nonaka Exp $");
#include <sys/types.h>
@@ -100,7 +100,7 @@
{ -1, -1, "UNKNOWN" }
};
-static const struct sme_desc_entry *
+static const struct sme_descr_entry *
sme_find_table(enum sme_descr_type table_id)
{
switch (table_id) {