From dd0a7fa13bbf70160ca881ccc4f8d380d19a5606 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 7 Mar 2013 14:58:45 -0500 Subject: [svn-r23336] Discovered some typo in the last added comment. Rewrote the comment. Tested: no need since only comments are changed. --- test/testlibinfo.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testlibinfo.sh.in b/test/testlibinfo.sh.in index f268b13..b7aa6c4 100644 --- a/test/testlibinfo.sh.in +++ b/test/testlibinfo.sh.in @@ -53,9 +53,9 @@ SKIP() { # Function definitions CHECK_LIBINFO(){ LINEMSG $1 - # Some systems, like Mac, strings inspect library files and older versions - # of strings maybe know newer library format, resulting in errors. - # Make it read the file as stdin, avoiding this problem. + # Some systems, like Mac, the strings command inspects library files. Older + # versions of strings may not know newer library format, resulting in + # command errors. Make it read the file as stdin to avoid the problem. if strings < $1 | grep "SUMMARY OF THE HDF5 CONFIGURATION" > /dev/null; then echo " PASSED" else -- cgit v0.12