The open source OpenXR runtime

a/math: Fix description typo in m_imu_pre_filter_part

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2188>

authored by

Jan Schmidt and committed by
Marge Bot
8b0f9e22 32e496ab

+2 -1
+2 -1
src/xrt/auxiliary/math/m_imu_pre.h
··· 19 19 20 20 /*! 21 21 * This is a common IMU pre-filter which takes raw 'ticks' from a 3 axis IMU 22 - * measurement and converts it into degrees per secs and meters per floats. 22 + * measurement and converts it into degrees per secs and meters per second^2 23 + * floats. 23 24 * 24 25 * One of these is used per gyro, accelerometer and magnometer. 25 26 *