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.



details:   https://anonhg.NetBSD.org/src/rev/c174bff970c9
branches:  trunk
changeset: 766237:c174bff970c9
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sun Jun 19 05:17:38 2011 +0000

description:
fix typo.

diffstat:

 sys/dev/sysmon/sysmon_envsys_tables.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5bc8a4b8e1a4 -r c174bff970c9 sys/dev/sysmon/sysmon_envsys_tables.c
--- a/sys/dev/sysmon/sysmon_envsys_tables.c     Sun Jun 19 04:23:18 2011 +0000
+++ b/sys/dev/sysmon/sysmon_envsys_tables.c     Sun Jun 19 05:17:38 2011 +0000
@@ -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) {



Home | Main Index | Thread Index | Old Index