diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-26 09:53:01 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-03-26 09:53:01 +0100 |
commit | b5738a3878b3aa2d5ead1bcf0c872b39882b0d2c (patch) | |
tree | 8c0ee899672a49b6daaeee1fdada7069db2c51ee /utils/openocd | |
parent | 6003d2d3d56701835d8f675a040097e1ee45c857 (diff) |
utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'utils/openocd')
-rw-r--r-- | utils/openocd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index c72818c97..e18e1aa19 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -40,7 +40,7 @@ define Package/openocd/description OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support including: -- (X)SVF playback to faciliate automated boundary scan and FPGA/CPLD +- (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD programming; - debug target support (e.g. ARM, MIPS): single-stepping, breakpoints/watchpoints, gprof profiling, etc; |