Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/md comment tyops



details:   https://anonhg.NetBSD.org/src/rev/3dc5c838f532
branches:  trunk
changeset: 759148:3dc5c838f532
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 30 14:31:14 2010 +0000

description:
comment tyops

diffstat:

 tests/dev/md/h_mdserv.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 0481ffe27faa -r 3dc5c838f532 tests/dev/md/h_mdserv.c
--- a/tests/dev/md/h_mdserv.c   Tue Nov 30 14:29:05 2010 +0000
+++ b/tests/dev/md/h_mdserv.c   Tue Nov 30 14:31:14 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: h_mdserv.c,v 1.2 2010/11/30 14:29:05 pooka Exp $       */
+/*     $NetBSD: h_mdserv.c,v 1.3 2010/11/30 14:31:14 pooka Exp $       */
 
 #include <sys/types.h>
 #include <sys/mman.h>
@@ -88,11 +88,11 @@
 
        /*
         * Now, configuring the md driver also causes our process
-        * to start acting as the worker for the md.  Splitting is
+        * to start acting as the worker for the md.  Splitting it
         * into two steps in the driver is not easy, since md is
         * supposed to be unconfigured when the process dies
         * (process may exit between calling ioctl1 and ioctl2).
-        * So, start a probe thread which attempt to read the md
+        * So, start a probe thread which attempts to read the md
         * and declares the md as configured when the read is
         * succesful.
         */



Home | Main Index | Thread Index | Old Index