diff --git a/src/drivers/mpu9250/mpu9250.cpp b/src/drivers/mpu9250/mpu9250.cpp index d7085582b8..b7cc171dad 100644 --- a/src/drivers/mpu9250/mpu9250.cpp +++ b/src/drivers/mpu9250/mpu9250.cpp @@ -1209,7 +1209,7 @@ bool MPU9250::check_null_data(uint32_t *data, uint8_t size) perf_end(_sample_perf); // note that we don't call reset() here as a reset() // costs 20ms with interrupts disabled. That means if - // the mpu6k does go bad it would cause a FMU failure, + // the mpu9250 does go bad it would cause a FMU failure, // regardless of whether another sensor is available, return true; }