Module Name: src
Committed By: riz
Date: Sun Nov 21 02:30:17 UTC 2010
Modified Files:
src/sbin/restore [netbsd-5]: symtab.c
Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1397):
sbin/restore/symtab.c: revision 1.26
Fix grammar in a line of output.
>From Hywel Mallett via FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.28.1 src/sbin/restore/symtab.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/restore/symtab.c
diff -u src/sbin/restore/symtab.c:1.23 src/sbin/restore/symtab.c:1.23.28.1
--- src/sbin/restore/symtab.c:1.23 Fri Aug 19 02:07:19 2005
+++ src/sbin/restore/symtab.c Sun Nov 21 02:30:17 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: symtab.c,v 1.23 2005/08/19 02:07:19 christos Exp $ */
+/* $NetBSD: symtab.c,v 1.23.28.1 2010/11/21 02:30:17 riz Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: symtab.c,v 1.23 2005/08/19 02:07:19 christos Exp $");
+__RCSID("$NetBSD: symtab.c,v 1.23.28.1 2010/11/21 02:30:17 riz Exp $");
#endif
#endif /* not lint */
@@ -455,7 +455,7 @@
FILE *fd;
struct symtableheader hdr;
- vprintf(stdout, "Check pointing the restore\n");
+ vprintf(stdout, "Checkpointing the restore\n");
if (Nflag)
return;
if ((fd = fopen(filename, "w")) == NULL) {