Trivial, cosmetic fixes to spacing and spelling

This commit is contained in:
Gregory Nutt 2019-07-06 15:22:55 -06:00
parent 9be93c710a
commit 4cb8e6a0d7
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ endif
ifeq ($(CONFIG_LPC54_ETHERNET),y)
CHIP_CSRCS += lpc54_ethernet.c
endif
ifeq ($(CONFIG_LPC54_LCD),y)
CHIP_CSRCS += lpc54_lcd.c
endif

View File

@ -335,7 +335,7 @@ static int lpc54_putcmap(FAR struct fb_vtable_s *vtable,
(uint32_t)cmap->green[i] << LCD_PAL_G0_SHIFT |
(uint32_t)cmap->blue[i] << LCD_PAL_B0_SHIFT);
/* Handle the case where the len ends on an odd boudary */
/* Handle the case where the len ends on an odd boundary */
if ((i + 1) >= last)
{