Fix typos in comments and identifiers

This commit is contained in:
Nathan Hartman
2021-07-16 17:37:45 -04:00
committed by Gustavo Henrique Nihei
parent 38c5837d2b
commit 609ee6b54b
41 changed files with 68 additions and 66 deletions
@@ -82,7 +82,7 @@ int board_lcd_backpack_init(int devno, int busno, int rows, int cols)
return -ENODEV;
}
/* Regiter the Segment LCD */
/* Register the Segment LCD */
snprintf(devpath, 12, "/dev/slcd%d", devno);
ret = pcf8574_lcd_backpack_register(devpath, i2c, &cfg);