summaryrefslogtreecommitdiff
path: root/mk/bulk/tflat
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-10-06 20:15:05 +0000
committerdmcmahill <dmcmahill>2002-10-06 20:15:05 +0000
commit36a18d3d28e7b6df2419e4c4afba910977b365b8 (patch)
treefb90ea569a90305ce9b61683ad17daa4dd11cce8 /mk/bulk/tflat
parent3979402a951072eef23b08f86f126f8795a80410 (diff)
downloadpkgsrc-36a18d3d28e7b6df2419e4c4afba910977b365b8.tar.gz
fix typo in comment and an error in the usage output (position of
bar and libbar were swapped).
Diffstat (limited to 'mk/bulk/tflat')
-rwxr-xr-xmk/bulk/tflat6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/tflat b/mk/bulk/tflat
index 1efdf1f3206..c8ff51c7a85 100755
--- a/mk/bulk/tflat
+++ b/mk/bulk/tflat
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $NetBSD: tflat,v 1.6 2001/02/20 17:08:53 wiz Exp $
+# $NetBSD: tflat,v 1.7 2002/10/06 20:15:05 dmcmahill Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -70,7 +70,7 @@ BEGIN {
# Note that it is possible for a package "foo/bar" to never
# appear in $1. In fact if foo/bar is not depended upon by
- # anything and it has depends the it will not show up in $1
+ # anything and it has depends then it will not show up in $1
# however, we need to make sure we get a topdepends[foo/bar]
# entry so add it here if its not already there.
if (!($2 in topdepends))
@@ -186,7 +186,7 @@ function usage(){
printf("Input file format is in the form\n");
printf("foo bar\n");
printf("foo baz\n");
- printf("bar libbar\n");
+ printf("libbar bar\n");
printf("\n");
printf("meaning \"foo is depended upon by bar,\n");
printf(" foo is depended upon by baz,\n");