Skip to content

Commit 6b46f6c

Browse files
bors[bot]Jonahss
andauthored
Merge #349
349: fix typos in openocd.gdb comments r=adamgreig a=Jonahss Co-authored-by: Jonah Stiennon <jonahss@gmail.com>
2 parents b176768 + 6f47539 commit 6b46f6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/openocd.gdb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target remote :3333
44
# Load will flash the code
55
load
66

7-
# Eanble demangling asm names on disassembly
7+
# Enable demangling asm names on disassembly
88
set print asm-demangle on
99

1010
# Enable pretty printing
@@ -29,9 +29,8 @@ break DefaultHandler
2929
# Set a breakpiont at HardFault
3030
break HardFault
3131

32-
# Continue running and unill we hit the main breakpoint
32+
# Continue running until we hit the main breakpoint
3333
continue
3434

3535
# Step from the trampoline code in entry into main
3636
step
37-

0 commit comments

Comments
 (0)