From 316e64d9acad05b566e60976e7ab971efa4038d0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 9 Jul 2012 13:26:24 +0200 Subject: [PATCH] [ng] tests: fixed typo in comments in 'built-sources.sh' Signed-off-by: Stefano Lattarini --- t/built-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/built-sources.sh b/t/built-sources.sh index b61b556bd..989091665 100755 --- a/t/built-sources.sh +++ b/t/built-sources.sh @@ -30,7 +30,7 @@ noinst_PROGRAMS = bar baz foo.c: rm -f $@ $@-t # Use printf, not echo, to avoid spurious interpretation of - # the "\n" as a newline (see on NetBSD 5.1). + # the "\n" as a newline (seen on NetBSD 5.1). printf '%s\n' '#include ' > $@-t printf '%s\n' 'int main (void)' >> $@-t printf '%s\n' '{ ' >> $@-t -- 2.47.2