diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-01-28 12:27:53 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-05-22 10:06:26 +0100 |
commit | 2a1f3b2574ef8b046d29f7321f74e59cc0b40e8b (patch) | |
tree | 78392fff45a196c4f1e1bdcfd40a46799f2d8372 /tcl/board/uptech_2410.cfg | |
parent | f440af41ff1598ec3e86ddc2b3facd5b5b2cf113 (diff) | |
download | riscv-openocd-2a1f3b2574ef8b046d29f7321f74e59cc0b40e8b.zip riscv-openocd-2a1f3b2574ef8b046d29f7321f74e59cc0b40e8b.tar.gz riscv-openocd-2a1f3b2574ef8b046d29f7321f74e59cc0b40e8b.tar.bz2 |
tcl: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary
provided by 'codespell'.
While there, fix one indentation.
Change-Id: I72369ed26f363bacd760b40b8c83dd95e89d28a4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6214
Tested-by: jenkins
Diffstat (limited to 'tcl/board/uptech_2410.cfg')
-rw-r--r-- | tcl/board/uptech_2410.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/uptech_2410.cfg b/tcl/board/uptech_2410.cfg index 227cf42..0a2c475 100644 --- a/tcl/board/uptech_2410.cfg +++ b/tcl/board/uptech_2410.cfg @@ -1,5 +1,5 @@ # Target Configuration for the Uptech 2410 board. -# This configuration hould also work on smdk2410, but I havn't tested it yet. +# This configuration should also work on smdk2410, but I haven't tested it yet. # Author: xionglingfeng@Gmail.com source [find target/samsung_s3c2410.cfg] |