Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Add a missing space in a comment



details:   https://anonhg.NetBSD.org/src/rev/35ed940d0071
branches:  trunk
changeset: 572339:35ed940d0071
user:      dsainty <dsainty%NetBSD.org@localhost>
date:      Thu Dec 30 09:32:13 2004 +0000

description:
Add a missing space in a comment

diffstat:

 etc/rc.d/fixsb |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 47bfd9eeb4fc -r 35ed940d0071 etc/rc.d/fixsb
--- a/etc/rc.d/fixsb    Thu Dec 30 08:29:09 2004 +0000
+++ b/etc/rc.d/fixsb    Thu Dec 30 09:32:13 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: fixsb,v 1.11 2004/08/13 18:08:03 mycroft Exp $
+# $NetBSD: fixsb,v 1.12 2004/12/30 09:32:13 dsainty Exp $
 #
 
 # PROVIDE: fixsb
@@ -39,7 +39,7 @@
 readsbfield()
 {
        # The first dd command reads in the superblock using block aligned i/o
-       # sothat it works on a raw character device.  The second dd extracts
+       # so that it works on a raw character device.  The second dd extracts
        # the exact field from the superblock that we wish to read.
        (dd if="$1" bs=8192 count=1 skip=1 | 
         dd bs=1 skip="$2" count="$3" | cat -v) 2> /dev/null



Home | Main Index | Thread Index | Old Index