From e7add076b5b71b530189e14d6688490131bedea6 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Fri, 20 May 2016 07:57:20 -0600 Subject: [PATCH] typo in comment --- src/modules/commander/commander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp index 84fc3c9c50..c8429915b4 100644 --- a/src/modules/commander/commander.cpp +++ b/src/modules/commander/commander.cpp @@ -131,7 +131,7 @@ static const int ERROR = -1; static constexpr uint8_t COMMANDER_MAX_GPS_NOISE = 60; /**< Maximum percentage signal to noise ratio allowed for GPS reception */ -/* Decouple update interval and hysteris counters, all depends on intervals */ +/* Decouple update interval and hysteresis counters, all depends on intervals */ #define COMMANDER_MONITORING_INTERVAL 10000 #define COMMANDER_MONITORING_LOOPSPERMSEC (1/(COMMANDER_MONITORING_INTERVAL/1000.0f))