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, from the first reverted patch
details: https://anonhg.NetBSD.org/src/rev/7618e233ef61
branches: trunk
changeset: 802426:7618e233ef61
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Sep 13 23:10:28 2014 +0000
description:
typo in comment, from the first reverted patch
diffstat:
usr.bin/make/var.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 875de6a9481a -r 7618e233ef61 usr.bin/make/var.c
--- a/usr.bin/make/var.c Sat Sep 13 19:02:00 2014 +0000
+++ b/usr.bin/make/var.c Sat Sep 13 23:10:28 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.188 2014/09/07 20:55:34 joerg Exp $ */
+/* $NetBSD: var.c,v 1.189 2014/09/13 23:10:28 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: var.c,v 1.188 2014/09/07 20:55:34 joerg Exp $";
+static char rcsid[] = "$NetBSD: var.c,v 1.189 2014/09/13 23:10:28 dholland Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: var.c,v 1.188 2014/09/07 20:55:34 joerg Exp $");
+__RCSID("$NetBSD: var.c,v 1.189 2014/09/13 23:10:28 dholland Exp $");
#endif
#endif /* not lint */
#endif
@@ -3746,7 +3746,7 @@
/*
* No need for nested expansion or anything, as we're
* the only one who sets these things and we sure don't
- * but nested invocations in them...
+ * put nested invocations in them...
*/
nstr = Buf_GetAll(&v->val, NULL);
Home |
Main Index |
Thread Index |
Old Index