Fix a bunch of typos.

Fix a bunch of typos.

Most are in code comments, so nothing should break. UNKOWN_COMMAND and
CMD_UNKOWN are not used elsewhere, so correcting the spelling should
also not break anything.
This commit is contained in:
Uwe Hermann
2011-03-17 03:22:12 +01:00
committed by Øyvind Harboe
parent 582b4195a9
commit 33a17fd359
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Defines basic Tcl procs for OpenOCD server modules
# Handle GDB 'R' packet. Can be overriden by configuration script,
# Handle GDB 'R' packet. Can be overridden by configuration script,
# but it's not something one would expect target scripts to do
# normally
proc ocd_gdb_restart {target_id} {