Module Name: src
Committed By: dholland
Date: Mon Feb 25 00:15:09 UTC 2013
Modified Files:
src/usr.bin/make: main.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/usr.bin/make/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/main.c
diff -u src/usr.bin/make/main.c:1.207 src/usr.bin/make/main.c:1.208
--- src/usr.bin/make/main.c:1.207 Sat Feb 16 02:39:27 2013
+++ src/usr.bin/make/main.c Mon Feb 25 00:15:09 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $ */
+/* $NetBSD: main.c,v 1.208 2013/02/25 00:15:09 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.208 2013/02/25 00:15:09 dholland Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -81,7 +81,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 19
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.207 2013/02/16 02:39:27 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.208 2013/02/25 00:15:09 dholland Exp $");
#endif
#endif /* not lint */
#endif
@@ -1660,7 +1660,7 @@ Finish(int errors)
}
/*
- * enunlink --
+ * eunlink --
* Remove a file carefully, avoiding directories.
*/
int