aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lps25h.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lps25h.c')
-rw-r--r--os/ex/ST/lps25h.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lps25h.c b/os/ex/ST/lps25h.c
index f038e78f7..20c03c1d4 100644
--- a/os/ex/ST/lps25h.c
+++ b/os/ex/ST/lps25h.c
@@ -379,7 +379,7 @@ static msg_t thermo_read_raw(void *ip, int32_t axes[]) {
* BaseThermometer axes number.
*
* @param[in] ip pointer to @p BaseThermometer interface.
- * @param[out] axes a buffer which would be filled with cooked data.
+ * @param[out] axis a buffer which would be filled with cooked data.
*
* @return The operation status.
* @retval MSG_OK if the function succeeded.