diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-26 17:28:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-26 17:28:56 +0200 |
commit | 82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (patch) | |
tree | 8c50e8d74033214e711929c3244e5aca34f9705f /contrib/scripts/gdb-iterate-dll.py | |
parent | 51c0c5072fa27f4964778512a0040c77cce7cd04 (diff) |
-fix misc typos
Diffstat (limited to 'contrib/scripts/gdb-iterate-dll.py')
-rw-r--r-- | contrib/scripts/gdb-iterate-dll.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gdb-iterate-dll.py b/contrib/scripts/gdb-iterate-dll.py index 28c435ccb..882dee039 100644 --- a/contrib/scripts/gdb-iterate-dll.py +++ b/contrib/scripts/gdb-iterate-dll.py @@ -7,7 +7,7 @@ def search_dll(head, field, match, pfield): head: name of the symbol denoting the head of the DLL field: the field that should be search for match - match: the mathing value for field + match: the matching value for field pfield: the field whose value is to be printed for matched elements; None to print all fields of the matched elemented """ |