aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-30 22:08:44 +1100
committerBen Elliston <bje@gnu.org>2018-11-30 22:08:44 +1100
commit1007fbb67a6fd88a8e5dca8b62b03f2a3ade407d (patch)
tree64c4b3a929348bc34f35962a0609ccc964629276 /lib
parente804244b042aa96b57dce3234f14114a9a441aac (diff)
downloaddejagnu-1007fbb67a6fd88a8e5dca8b62b03f2a3ade407d.zip
dejagnu-1007fbb67a6fd88a8e5dca8b62b03f2a3ade407d.tar.gz
dejagnu-1007fbb67a6fd88a8e5dca8b62b03f2a3ade407d.tar.bz2
* lib/utils.exp (grep): Remove reference to "NULL" in comment.
* testsuite/lib/util-defs.exp (util_start): Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.exp b/lib/utils.exp
index 3b94499..45319f2 100644
--- a/lib/utils.exp
+++ b/lib/utils.exp
@@ -162,7 +162,7 @@ proc which { file } {
}
# Looks for occurrences of a string in a file.
-# return:list of lines that matched or NULL if none match.
+# return:list of lines that matched or empty string if none match.
# args: first arg is the filename,
# second is the pattern,
# third are any options.