aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.