diff --git a/src/modules/ekf2/EKF/ekf.h b/src/modules/ekf2/EKF/ekf.h index 57c5e0633253..79bede8c2690 100644 --- a/src/modules/ekf2/EKF/ekf.h +++ b/src/modules/ekf2/EKF/ekf.h @@ -477,7 +477,7 @@ class Ekf final : public EstimatorInterface for (unsigned row = 0; row < State::size; row++) { for (unsigned col = 0; col < State::size; col++) { - // Instad of literally computing KHP, use an equvalent + // Instead of literally computing KHP, use an equivalent // equation involving less mathematical operations KHP(row, col) = KS(row) * K(col); }