AP_InertialNav: Typo correction in comment

This commit is contained in:
Yang Liu 2015-12-18 19:51:49 +08:00 committed by Randy Mackay
parent 6f5387c48d
commit f0f3986f46
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const Vector3f &AP_InertialNav_NavEKF::get_position(void) const
} }
/** /**
* get_location - updates the provided location with the latest calculated locatoin * get_location - updates the provided location with the latest calculated location
* returns true on success (i.e. the EKF knows it's latest position), false on failure * returns true on success (i.e. the EKF knows it's latest position), false on failure
*/ */
bool AP_InertialNav_NavEKF::get_location(struct Location &loc) const bool AP_InertialNav_NavEKF::get_location(struct Location &loc) const