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
This commit is contained in:
Antonio Borneo
2020-07-13 00:32:49 +02:00
parent 4c8753a83c
commit 29a899f3d2
17 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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;
}