From 416fb0954ed743144d79dfbbbd66f4d19e8c76c0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 30 Dec 2012 14:08:37 +0000 Subject: [PATCH] depend.sh: Fix two typos in comment. --- depend.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depend.sh b/depend.sh index a0af40c8..746b0d2b 100755 --- a/depend.sh +++ b/depend.sh @@ -9,8 +9,8 @@ # to prefix the .d and .o targets respectively. $3 is the directory # that contains the *.cmdline.h files generated by gengetopt. -# As gcc outputs the dependencies on the *.cmdline.h files either as either -# foo.cmdline.h or as $cmdline_dir/foo,cmdline.h, depending on whether the +# As gcc outputs the dependencies on the *.cmdline.h files either as +# foo.cmdline.h or as $cmdline_dir/foo.cmdline.h, depending on whether the # latter file exists, we prefix the former with $2/ dep_dir="$1" -- 2.30.2