openocd: add keep_alive during command sleep
[fw/openocd] / src / helper / time_support.h
index 3c7d4255b9c0dd4437f39b33b6aa7d432e9401d1..b83c0ac77224d2f05c7cf443a959966751d2ada2 100644 (file)
@@ -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. */