Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Correct spelling: entrie -> entry.



details:   https://anonhg.NetBSD.org/src/rev/0a628ccd8cd3
branches:  trunk
changeset: 782120:0a628ccd8cd3
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Oct 17 17:48:48 2012 +0000

description:
Correct spelling: entrie -> entry.

diffstat:

 sys/sys/module.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e13c4c0e5dc -r 0a628ccd8cd3 sys/sys/module.h
--- a/sys/sys/module.h  Wed Oct 17 17:05:15 2012 +0000
+++ b/sys/sys/module.h  Wed Oct 17 17:48:48 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.31 2012/08/07 01:19:06 jnemeth Exp $      */
+/*     $NetBSD: module.h,v 1.32 2012/10/17 17:48:48 dyoung Exp $       */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@
        modsrc_t                mod_source;
        time_t                  mod_autotime;
        void                    *mod_ctf;
-       u_int                   mod_fbtentries; /* DTrace FBT entrie count */
+       u_int                   mod_fbtentries; /* DTrace FBT entry count */
        int                     mod_flags;
 #define MODFLG_MUST_FORCE      0x01
 #define MODFLG_AUTO_LOADED     0x02



Home | Main Index | Thread Index | Old Index