oversight
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 05:24:07 +0000 (21:24 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 05:24:07 +0000 (21:24 -0800)
SCCS-vsn: sbin/tunefs/tunefs.c 4.2

usr/src/sbin/tunefs/tunefs.c

index d6b66e3..b3d44cc 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)tunefs.c    4.1 (Berkeley) %G%";
+static char *sccsid = "@(#)tunefs.c    4.2 (Berkeley) %G%";
 #endif lint
 
 /*
 #endif lint
 
 /*
@@ -197,7 +197,7 @@ fatal(fmt, arg1, arg2)
        char *fmt, *arg1, *arg2;
 {
 
        char *fmt, *arg1, *arg2;
 {
 
-       fprintf(stderr, "newfs: ");
+       fprintf(stderr, "tunefs: ");
        fprintf(stderr, fmt, arg1, arg2);
        putc('\n', stderr);
        exit(10);
        fprintf(stderr, fmt, arg1, arg2);
        putc('\n', stderr);
        exit(10);