openocd: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary provided by 'codespell'. Change-Id: I7b4cae1798ff5ea048fcbc671a397af763fdc605 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6218 Tested-by: jenkins
This commit is contained in:
@@ -46,7 +46,7 @@ struct duration {
|
||||
|
||||
/** Update the duration->start field to start the @a duration measurement. */
|
||||
int duration_start(struct duration *duration);
|
||||
/** Update the duration->elapsed field to finish the @a duration measurment. */
|
||||
/** Update the duration->elapsed field to finish the @a duration measurement. */
|
||||
int duration_measure(struct duration *duration);
|
||||
|
||||
/** @returns Elapsed time in seconds. */
|
||||
|
||||
Reference in New Issue
Block a user