summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorseb <seb>2004-09-24 09:37:28 +0000
committerseb <seb>2004-09-24 09:37:28 +0000
commitd1909dfe70368a543c5e78df560bb99dd1fd23cb (patch)
tree6e52916f9f27407826c88f49e57e52aa430a2020 /mk
parent2f6cd928b7fd7897d8848b8d43006469719b7330 (diff)
downloadpkgsrc-d1909dfe70368a543c5e78df560bb99dd1fd23cb.tar.gz
Fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/wrapper/arg-source4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/wrapper/arg-source b/mk/wrapper/arg-source
index bcd148f690b..158bbfb21a3 100644
--- a/mk/wrapper/arg-source
+++ b/mk/wrapper/arg-source
@@ -1,4 +1,4 @@
-# $NetBSD: arg-source,v 1.1 2004/09/21 15:01:41 jlam Exp $
+# $NetBSD: arg-source,v 1.2 2004/09/24 09:37:28 seb Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -36,7 +36,7 @@
# This script manages a buffer through which arguments from the command
# line are funneled. Along the way, the arguments are potentially
-# merged and split an various ways to canonicalize their representation.
+# merged and split in various ways to canonicalize their representation.
# This script should be sourced within a loop and upon exiting returns
# an argument in $arg.
#