Fix some typos in comments.

This commit is contained in:
Matous Pokorny 2019-04-15 07:58:26 -06:00 committed by Gregory Nutt
parent a96fdc3fa1
commit f8963b9245

View File

@ -219,7 +219,7 @@ int lm75_main(int argc, char *argv[])
return EXIT_FAILURE;
}
#else
/* Select Fahrenheit scaling */
/* Select Centigrade scaling */
ret = ioctl(fd, SNIOC_CENTIGRADE, 0);
if (ret < 0)