aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/hts221.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/hts221.c')
-rw-r--r--os/ex/ST/hts221.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/hts221.c b/os/ex/ST/hts221.c
index 622956693..59a020926 100644
--- a/os/ex/ST/hts221.c
+++ b/os/ex/ST/hts221.c
@@ -460,7 +460,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.