From c3284916c0fae2e393ab610a6348ef98f4d55c85 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 7 Apr 2015 20:13:45 +0300 Subject: [PATCH] lcd.c: Typo fix in comment. --- lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcd.c b/lcd.c index e4aeaef..267e062 100644 --- a/lcd.c +++ b/lcd.c @@ -205,7 +205,7 @@ static void lcd_fill_cmd_buffer(void) /* Memory write */ lcd_slot(SLOT_CMD, 0x2c, ncommands++); - /* Count the number of cmmands and add it to AUTOCOPY_CTRL */ + /* Count the number of commands and add it to AUTOCOPY_CTRL */ writel((readl(LCD_AUTOCOPY_CTRL_REG) & ~LCD_AUTOCOPY_CTRL_CMD_COUNT_MASK) | ((ncommands - 1) << LCD_AUTOCOPY_CTRL_CMD_COUNT_SHIFT), -- GitLab