diff --git a/src/modules/ekf2/EKF/ekf.h b/src/modules/ekf2/EKF/ekf.h index 57c5e06332..79bede8c26 100644 --- a/src/modules/ekf2/EKF/ekf.h +++ b/src/modules/ekf2/EKF/ekf.h @@ -477,7 +477,7 @@ public: 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); }