diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-03-07 19:58:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-03-07 19:58:45 (GMT) |
commit | dd0a7fa13bbf70160ca881ccc4f8d380d19a5606 (patch) | |
tree | 47f1d569b0432b7919fff229b91ee394101fbe58 | |
parent | f667d55efe0cd0afc9a7071d64e3ac306623b00a (diff) | |
download | hdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.zip hdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.tar.gz hdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.tar.bz2 |
[svn-r23336] Discovered some typo in the last added comment. Rewrote the comment.
Tested: no need since only comments are changed.
-rw-r--r-- | test/testlibinfo.sh.in | 6 |
1 files 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 |