drivers/sensors: fix comments typo

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-03-05 12:17:50 +08:00 committed by Xiang Xiao
parent 7cb1f3b3c0
commit 0902231deb
4 changed files with 4 additions and 4 deletions

View File

@ -802,7 +802,7 @@ static int ds18b20_set_interval(FAR struct sensor_lowerhalf_s *lower,
* read.
*
* Parameter:
* argc - Number opf arguments
* argc - Number of arguments
* argv - Pointer to argument list
****************************************************************************/

View File

@ -773,7 +773,7 @@ static int hyt271_set_interval(FAR struct sensor_lowerhalf_s *lower,
* read.
*
* Parameter:
* argc - Number opf arguments
* argc - Number of arguments
* argv - Pointer to argument list
****************************************************************************/

View File

@ -1842,7 +1842,7 @@ static void mpu9250_mag_data(FAR struct mpu9250_sensor_s *priv,
* read.
*
* Parameter:
* argc - Number opf arguments
* argc - Number of arguments
* argv - Pointer to argument list
****************************************************************************/

View File

@ -366,7 +366,7 @@ static inline void baro_measure_read(FAR struct ms56xx_dev_s *priv,
* read.
*
* Parameter:
* argc - Number opf arguments
* argc - Number of arguments
* argv - Pointer to argument list
****************************************************************************/