aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-04 21:46:14 +1100
committerBen Elliston <bje@gnu.org>2018-12-04 21:46:14 +1100
commit96c99ce8ec6ff39863e70b0b312611886fd85976 (patch)
treef433826a932ad24fc945f53ee39edd7b452e20a8 /lib
parente121acc539bcbbe5b9e7ff0786906a0d4e64c0cf (diff)
* lib/debugger.exp (dumprocs): Fix proc comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/debugger.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger.exp b/lib/debugger.exp
index fae5216..8831251 100644
--- a/lib/debugger.exp
+++ b/lib/debugger.exp
@@ -48,7 +48,7 @@ proc dumplocals { args } {
]
}
-# Dump the body of procedures specified by a regexp.
+# Dump the body of procedures specified by a pattern.
#
proc dumprocs { args } {
foreach i [info procs $args] {