aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-28 12:50:30 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-28 12:50:30 +0000
commit9c05b2810631c00aeef48409f900a2f3c5569625 (patch)
treeda863ef0326b3a18d677576cdde18e3022e15f8a /os/ex
parent118f847cbaa87aae9a4ece29c4209354e1b9749c (diff)
downloadChibiOS-9c05b2810631c00aeef48409f900a2f3c5569625.tar.gz
ChibiOS-9c05b2810631c00aeef48409f900a2f3c5569625.tar.bz2
ChibiOS-9c05b2810631c00aeef48409f900a2f3c5569625.zip
Documentation fix
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11593 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/ST/lsm303dlhc.c4
-rw-r--r--os/ex/ST/lsm303dlhc.h4
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.