AP_AHRS: remove duplicated words from comments

This commit is contained in:
murata 2022-02-05 09:49:32 +09:00 committed by Randy Mackay
parent ab10c35390
commit 819b25d918

View File

@ -300,7 +300,7 @@ public:
}
// get_variances - provides the innovations normalised using the innovation variance where a value of 0
// indicates perfect consistency between the measurement and the EKF solution and a value of of 1 is the maximum
// indicates perfect consistency between the measurement and the EKF solution and a value of 1 is the maximum
// inconsistency that will be accepted by the filter
// boolean false is returned if variances are not available
virtual bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar) const {