mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix typos in comments and identifiers
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
38c5837d2b
commit
609ee6b54b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user