From b8c4da1d025acaedab499b1d1308195d7de75496 Mon Sep 17 00:00:00 2001
From: mi-hol <22799428+mi-hol@users.noreply.github.com>
Date: Sun, 2 Apr 2023 23:17:52 +0200
Subject: [PATCH] fix typo (#5215)
---
firmware/rusefi.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp
index d1854336bc..d0b418e1fd 100644
--- a/firmware/rusefi.cpp
+++ b/firmware/rusefi.cpp
@@ -49,7 +49,7 @@
*
*
* @section sec_timers Timers
- * At the moment rusEfi is build using 5 times:
+ * At the moment rusEfi is build using 5 timers:
*
1) 1MHz microsecond_timer.cpp
*
2) 10KHz fast ADC callback pwmpcb_fast adc_inputs.cpp
*
3) slow ADC callback pwmpcb_slow adc_inputs.cpp