diff --git a/libraries/AP_Math/location.cpp b/libraries/AP_Math/location.cpp index dfe0424817..732ba9018a 100644 --- a/libraries/AP_Math/location.cpp +++ b/libraries/AP_Math/location.cpp @@ -43,7 +43,7 @@ float longitude_scale(const struct Location *loc) -// return distance in meters to between two locations +// return distance in meters between two locations float get_distance(const struct Location *loc1, const struct Location *loc2) { float dlat = (float)(loc2->lat - loc1->lat);