diff options
author | seb <seb@pkgsrc.org> | 2004-09-24 09:37:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-09-24 09:37:28 +0000 |
commit | 857f0ef15e57bdbd65e548f3a59970fb0f82b7dd (patch) | |
tree | 6e52916f9f27407826c88f49e57e52aa430a2020 | |
parent | a61a6f3b724c666004f56371c9f200118c4bb8fa (diff) | |
download | pkgsrc-857f0ef15e57bdbd65e548f3a59970fb0f82b7dd.tar.gz |
Fix typo in comment.
-rw-r--r-- | mk/wrapper/arg-source | 4 |
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. # |