Module Name: othersrc
Committed By: dholland
Date: Sat Mar 23 19:16:24 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: arch.c
Log Message:
Update comment.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/dholland-make2/arch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/dholland-make2/arch.c
diff -u othersrc/usr.bin/dholland-make2/arch.c:1.6 othersrc/usr.bin/dholland-make2/arch.c:1.7
--- othersrc/usr.bin/dholland-make2/arch.c:1.6 Tue Mar 5 03:32:08 2013
+++ othersrc/usr.bin/dholland-make2/arch.c Sat Mar 23 19:16:24 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: arch.c,v 1.6 2013/03/05 03:32:08 dholland Exp $ */
+/* $NetBSD: arch.c,v 1.7 2013/03/23 19:16:24 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -137,7 +137,7 @@
#include "dir.h"
#include "config.h"
-MAKE_RCSID("$NetBSD: arch.c,v 1.6 2013/03/05 03:32:08 dholland Exp $");
+MAKE_RCSID("$NetBSD: arch.c,v 1.7 2013/03/23 19:16:24 dholland Exp $");
#ifdef TARGET_MACHINE
#undef MAKE_MACHINE
@@ -214,7 +214,7 @@ ArchFree(Arch *a)
*
* Input:
* linePtr Pointer to start of specification
- * nodeLst Lst on which to place the nodes
+ * nodeList Array in which to place the nodes
* ctxt Context in which to expand variables
*
* Results: