aboutsummaryrefslogtreecommitdiff
path: root/contrib/itmdump.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-07-13 00:32:49 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-07-26 20:14:51 +0100
commit29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3 (patch)
tree5934593db524d77659fe7633ce18b50fc7bf184e /contrib/itmdump.c
parent4c8753a83c96d8911140b28d893d9f9c0424dd97 (diff)
downloadriscv-openocd-29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3.zip
riscv-openocd-29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3.tar.gz
riscv-openocd-29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3.tar.bz2
contrib: fix minor typos
While there, replace s/return(0)/return 0/ that causes checkpatch to fail. Change-Id: I5ad54cffca629475563c471114a9f77301a9e4f8 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5768 Tested-by: jenkins
Diffstat (limited to 'contrib/itmdump.c')
-rw-r--r--contrib/itmdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/itmdump.c b/contrib/itmdump.c
index 8963894..24aa34f 100644
--- a/contrib/itmdump.c
+++ b/contrib/itmdump.c
@@ -325,7 +325,7 @@ static void show_timestamp(FILE *f, int c)
delayed = true;
break;
case 0xf:
- label = ", packet and timetamp delayed";
+ label = ", packet and timestamp delayed";
delayed = true;
break;
}