summaryrefslogtreecommitdiff
path: root/mk/scripts
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-21 21:46:24 +0000
committerjlam <jlam>2006-01-21 21:46:24 +0000
commit8ed0a6c7a1b48162d040fb21d2dfef7565a8cf26 (patch)
tree1231023f898a0638c834dd7f3c18fbf8a6ee0672 /mk/scripts
parent4fc52c6ef8b4b165747ae43d00ee2ef1f1cbe1c9 (diff)
downloadpkgsrc-8ed0a6c7a1b48162d040fb21d2dfef7565a8cf26.tar.gz
duh... stacks are LIFOs not FIFOs.
Diffstat (limited to 'mk/scripts')
-rwxr-xr-xmk/scripts/depends-depth-first.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/scripts/depends-depth-first.awk b/mk/scripts/depends-depth-first.awk
index 1641e8f99dc..3a56145304e 100755
--- a/mk/scripts/depends-depth-first.awk
+++ b/mk/scripts/depends-depth-first.awk
@@ -1,6 +1,6 @@
#!/usr/bin/awk -f
#
-# $NetBSD: depends-depth-first.awk,v 1.3 2006/01/18 17:43:08 jlam Exp $
+# $NetBSD: depends-depth-first.awk,v 1.4 2006/01/21 21:46:24 jlam Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -257,7 +257,7 @@ function visit(pkgpath, cmd, dir) {
# top(stack)
# push(stack, element)
# pop(stack)
-# The well-known functions associated with a FIFO.
+# The well-known functions associated with a LIFO.
#
######################################################################
function empty(stack) {