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 spelling, grammar, typos.



details:   https://anonhg.NetBSD.org/src/rev/514aace676f9
branches:  trunk
changeset: 784268:514aace676f9
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Jan 23 18:04:33 2013 +0000

description:
Fix spelling, grammar, typos.

diffstat:

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

diffs (40 lines):

diff -r 8f45803ac990 -r 514aace676f9 sys/dev/sysmon/sysmon_envsys_events.c
--- a/sys/dev/sysmon/sysmon_envsys_events.c     Wed Jan 23 17:27:35 2013 +0000
+++ b/sys/dev/sysmon/sysmon_envsys_events.c     Wed Jan 23 18:04:33 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_envsys_events.c,v 1.108 2012/12/14 15:33:19 pgoyette Exp $ */
+/* $NetBSD: sysmon_envsys_events.c,v 1.109 2013/01/23 18:04:33 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys_events.c,v 1.108 2012/12/14 15:33:19 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys_events.c,v 1.109 2013/01/23 18:04:33 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -409,8 +409,8 @@
        }
 
        /*
-        * Wait for the event to finish its work, remove from the list
-        * and release resouces.
+        * Wait for the event to finish its work, remove it from the list
+        * and release resources.
         */
        while (see->see_flags & SEE_EVENT_WORKING)
                cv_wait(&sme->sme_condvar, &sme->sme_mtx);
@@ -447,8 +447,8 @@
                return EINVAL;
 
        /*
-        * Wait for the event to finish its work, remove from the list
-        * and release resouces.
+        * Wait for the event to finish its work, remove it from the list
+        * and release resources.
         */
        while (see->see_flags & SEE_EVENT_WORKING)
                cv_wait(&sme->sme_condvar, &sme->sme_mtx);



Home | Main Index | Thread Index | Old Index