Module Name:    src
Committed By:   mbalmer
Date:           Wed May 12 21:21:59 UTC 2010

Modified Files:
        src/sbin/restore: symtab.c

Log Message:
Fix grammar in a line of output.
>From Hywel Mallett via FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/sbin/restore/symtab.c:1.26
--- src/sbin/restore/symtab.c:1.25	Tue Apr  7 12:38:12 2009
+++ src/sbin/restore/symtab.c	Wed May 12 21:21:59 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: symtab.c,v 1.25 2009/04/07 12:38:12 lukem Exp $	*/
+/*	$NetBSD: symtab.c,v 1.26 2010/05/12 21:21:59 mbalmer 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.25 2009/04/07 12:38:12 lukem Exp $");
+__RCSID("$NetBSD: symtab.c,v 1.26 2010/05/12 21:21:59 mbalmer Exp $");
 #endif
 #endif /* not lint */
 
@@ -456,7 +456,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) {

Reply via email to