From 86ca7d8cfcdd608f3ffbd515f644a1ad073ee419 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 10 Jan 2016 11:46:31 +0100 Subject: [PATCH] Update drv_hrt.c spelling mistakes --- src/drivers/stm32/drv_hrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/stm32/drv_hrt.c b/src/drivers/stm32/drv_hrt.c index 475c9c9c75..3bea3fda05 100644 --- a/src/drivers/stm32/drv_hrt.c +++ b/src/drivers/stm32/drv_hrt.c @@ -599,7 +599,7 @@ error: #endif /* HRT_PPM_CHANNEL */ /** - * Handle the compare interupt by calling the callout dispatcher + * Handle the compare interrupt by calling the callout dispatcher * and then re-scheduling the next deadline. */ static int @@ -750,7 +750,7 @@ hrt_store_absolute_time(volatile hrt_abstime *now) } /** - * Initalise the high-resolution timing module. + * Initialise the high-resolution timing module. */ void hrt_init(void)