AP_Math: fixed grammar error

This commit is contained in:
Andrew Tridgell 2013-04-11 22:15:49 +10:00
parent 2d29a6a7be
commit 8b119934ea
1 changed files with 1 additions and 1 deletions

View File

@ -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);