t/test.pl: Reword comment
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 19:58:05 +0000 (12:58 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 20:49:23 +0000 (13:49 -0700)
There was a typo in this comment, but looking at it closely made me
realize that I didn't really understand it.  This clarifies it.

t/test.pl

index fcab07a..90963da 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -968,7 +968,8 @@ sub fresh_perl_like {
 
 # Many tests use the same format in __DATA__ or external files to specify a
 # sequence of (fresh) tests to run, extra files they may temporarily need, and
-# what the expected output is. So have excatly one copy of the code to run that
+# what the expected output is.  Putting it here allows common code to serve
+# these multiple tests.
 #
 # Each program is source code to run followed by an "EXPECT" line, followed
 # by the expected output.