From 499c5dfc9671ebd98212512709bea68097be3855 Mon Sep 17 00:00:00 2001 From: Ruffalo-sunghwan Date: Mon, 23 May 2022 13:52:09 +0900 Subject: [PATCH] AP_Compass : correct comment spelling --- libraries/AP_Compass/AP_Compass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Compass/AP_Compass.cpp b/libraries/AP_Compass/AP_Compass.cpp index 8a01cc08ab..438b1cd81b 100644 --- a/libraries/AP_Compass/AP_Compass.cpp +++ b/libraries/AP_Compass/AP_Compass.cpp @@ -719,7 +719,7 @@ void Compass::init() #if COMPASS_MAX_INSTANCES > 1 // Look if there was a primary compass setup in previous version - // if so and the the primary compass is not set in current setup + // if so and the primary compass is not set in current setup // make the devid as primary. if (_priority_did_stored_list[Priority(0)] == 0) { uint16_t k_param_compass;