Skip to content

Commit 6c22257

Browse files
committed
Fix typo in comment
1 parent 03e9f58 commit 6c22257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ class Registers(Dashboard.Module):
19551955
# fetch registers status
19561956
registers = []
19571957
for name in register_list:
1958-
# Exclude registers with a dot '.' or parse_and_eval() will fail
1958+
# exclude registers with a dot '.' or parse_and_eval() will fail
19591959
if '.' in name:
19601960
continue
19611961
value = gdb.parse_and_eval('${}'.format(name))

0 commit comments

Comments
 (0)