aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lsm303dlhc.c')
-rw-r--r--os/ex/ST/lsm303dlhc.c4
1 files changed, 2 insertions, 2 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.