diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/ex/ST/lsm303dlhc.c | 4 | ||||
-rw-r--r-- | os/ex/ST/lsm303dlhc.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/os/ex/ST/lsm303dlhc.c b/os/ex/ST/lsm303dlhc.c index 39b7f31c6..895fbf83e 100644 --- a/os/ex/ST/lsm303dlhc.c +++ b/os/ex/ST/lsm303dlhc.c @@ -109,7 +109,7 @@ static size_t acc_get_axes_number(void *ip) { /**
* @brief Retrieves raw data from the BaseAccelerometer.
- * @note This data is retrieved from MEMS register without any algebrical
+ * @note This data is retrieved from MEMS register without any algebraical
* manipulation.
* @note The axes array must be at least the same size of the
* BaseAccelerometer axes number.
@@ -443,7 +443,7 @@ static size_t comp_get_axes_number(void *ip) { /**
* @brief Retrieves raw data from the BaseCompass.
- * @note This data is retrieved from MEMS register without any algebrical
+ * @note This data is retrieved from MEMS register without any algebraical
* manipulation.
* @note The axes array must be at least the same size of the
* BaseCompass axes number.
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h index e58fd7a39..09fe98c02 100644 --- a/os/ex/ST/lsm303dlhc.h +++ b/os/ex/ST/lsm303dlhc.h @@ -636,7 +636,7 @@ struct LSM303DLHCDriver { /**
* @brief Retrieves raw data from the BaseAccelerometer.
- * @note This data is retrieved from MEMS register without any algebrical
+ * @note This data is retrieved from MEMS register without any algebraical
* manipulation.
* @note The axes array must be at least the same size of the
* BaseAccelerometer axes number.
@@ -773,7 +773,7 @@ struct LSM303DLHCDriver { /**
* @brief Retrieves raw data from the BaseCompass.
- * @note This data is retrieved from MEMS register without any algebrical
+ * @note This data is retrieved from MEMS register without any algebraical
* manipulation.
* @note The axes array must be at least the same size of the
* BaseCompass axes number.
|