Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/b6bfd8d075ab
branches:  trunk
changeset: 472550:b6bfd8d075ab
user:      is <is%NetBSD.org@localhost>
date:      Sat May 01 20:04:14 1999 +0000

description:
Fix typo.

diffstat:

 sbin/fsck_ffs/setup.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 3981e8ffad47 -r b6bfd8d075ab sbin/fsck_ffs/setup.c
--- a/sbin/fsck_ffs/setup.c     Sat May 01 19:20:52 1999 +0000
+++ b/sbin/fsck_ffs/setup.c     Sat May 01 20:04:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setup.c,v 1.35 1998/11/12 16:19:48 christos Exp $      */
+/*     $NetBSD: setup.c,v 1.36 1999/05/01 20:04:14 is Exp $    */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)setup.c    8.10 (Berkeley) 5/9/95";
 #else
-__RCSID("$NetBSD: setup.c,v 1.35 1998/11/12 16:19:48 christos Exp $");
+__RCSID("$NetBSD: setup.c,v 1.36 1999/05/01 20:04:14 is Exp $");
 #endif
 #endif /* not lint */
 
@@ -472,10 +472,10 @@
                if (nflag)
                        errx(EEXIT, "incompatible options -B and -n");
                if (endian == LITTLE_ENDIAN) {
-                       if (!reply("CONVERTING TO LITTLE ENDIAN"))
+                       if (!reply("CONVERT TO LITTLE ENDIAN"))
                                return 0;
                } else if (endian == BIG_ENDIAN) {
-                       if (!reply("CONVERTING TO BIG ENDIAN"))
+                       if (!reply("CONVERT TO BIG ENDIAN"))
                                return 0;
                } else
                        pfatal("INTERNAL ERROR: unknown endian");



Home | Main Index | Thread Index | Old Index