aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/boards/px4cannode-v1/bootloader/src/timer.c2
-rw-r--r--src/drivers/boards/px4cannode-v1/bootloader/src/timer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/boards/px4cannode-v1/bootloader/src/timer.c b/src/drivers/boards/px4cannode-v1/bootloader/src/timer.c
index a88306b1f..9867ae28e 100644
--- a/src/drivers/boards/px4cannode-v1/bootloader/src/timer.c
+++ b/src/drivers/boards/px4cannode-v1/bootloader/src/timer.c
@@ -363,7 +363,7 @@ void timer_stop(bl_timer_id id)
* id - Returned from timer_allocate;
*
* Returned Value:
- * No Zero if the timer is expired otherwise zero.
+ * Non Zero if the timer is expired otherwise zero.
*
****************************************************************************/
diff --git a/src/drivers/boards/px4cannode-v1/bootloader/src/timer.h b/src/drivers/boards/px4cannode-v1/bootloader/src/timer.h
index 7f125c702..33729918c 100644
--- a/src/drivers/boards/px4cannode-v1/bootloader/src/timer.h
+++ b/src/drivers/boards/px4cannode-v1/bootloader/src/timer.h
@@ -309,7 +309,7 @@ time_ref_t timer_ref(bl_timer_id id);
* ref - Returned timer_ref;
*
* Returned Value:
- * No Zero if the timer is expired otherwise zero.
+ * Non Zero if the timer is expired otherwise zero.
*
****************************************************************************/