Fix some typos in comments.
This commit is contained in:
parent
4b2264fa16
commit
1e54a14c9f
@ -449,7 +449,7 @@ static int lm75_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Wrtie to the configuration register. Arg: uint8_t value */
|
/* Write to the configuration register. Arg: uint8_t value */
|
||||||
|
|
||||||
case SNIOC_WRITECONF:
|
case SNIOC_WRITECONF:
|
||||||
ret = lm75_writeconf(priv, (uint8_t)arg);
|
ret = lm75_writeconf(priv, (uint8_t)arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user