Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make typo in comment
details: https://anonhg.NetBSD.org/src/rev/9528835566bc
branches: trunk
changeset: 785120:9528835566bc
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Feb 25 00:15:09 2013 +0000
description:
typo in comment
diffstat:
usr.bin/make/main.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3b9e1676b33d -r 9528835566bc usr.bin/make/main.c
--- a/usr.bin/make/main.c Sun Feb 24 19:43:37 2013 +0000
+++ b/usr.bin/make/main.c Mon Feb 25 00:15:09 2013 +0000
@@ -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 @@
#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 @@
}
/*
- * enunlink --
+ * eunlink --
* Remove a file carefully, avoiding directories.
*/
int
Home |
Main Index |
Thread Index |
Old Index