Skip to content

Commit bf107ba

Browse files
DavidLesnjakRobertRostohar
authored andcommitted
gdbserver: correct spelling in a comment (igonored -> ignored)
1 parent dc8b7c0 commit bf107ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyocd/gdbserver/gdbserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def _get_resume_step_addr(self, data):
791791
elif data[0:1] in (b'C', b'S'):
792792
addr = int(data[1:].split(b';')[1], base=16)
793793
# else:
794-
# # Address is currently igonored - no need to log error
794+
# # Address is currently ignored - no need to log error
795795
# LOG.error("Invalid step address received from gdb")
796796
return addr
797797

0 commit comments

Comments
 (0)