aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gdb-iterate-dll.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
commit82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (patch)
tree8c50e8d74033214e711929c3244e5aca34f9705f /contrib/scripts/gdb-iterate-dll.py
parent51c0c5072fa27f4964778512a0040c77cce7cd04 (diff)
downloadgnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.tar.gz
gnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.zip
-fix misc typos
Diffstat (limited to 'contrib/scripts/gdb-iterate-dll.py')
-rw-r--r--contrib/scripts/gdb-iterate-dll.py2
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):
7 7
8 head: name of the symbol denoting the head of the DLL 8 head: name of the symbol denoting the head of the DLL
9 field: the field that should be search for match 9 field: the field that should be search for match
10 match: the mathing value for field 10 match: the matching value for field
11 pfield: the field whose value is to be printed for matched elements; None to 11 pfield: the field whose value is to be printed for matched elements; None to
12 print all fields of the matched elemented 12 print all fields of the matched elemented
13 """ 13 """