From f5be8e1955a1a0e0da4f1e15dfce9482671387f8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 3 Feb 2022 17:51:08 -0800 Subject: prose typos and edits --- src/kilo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/kilo.c b/src/kilo.c index 39b0489..8f361a1 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -147,7 +147,7 @@ char *Lua_HL_keywords[] = { struct editorSyntax LuaSyntax = { Lua_HL_keywords, "--", /* line comment */ - "--[[", "--]]", /* multline comment */ + "--[[", "--]]", /* multiline comment */ NULL, NULL /* no selectables */ }; @@ -432,8 +432,7 @@ static void editorFreeRow(erow *row) { free(row->hl); } -/* Remove the row at the specified position, shifting the remaining on the - * top. */ +/* Remove the row at the specified position, shifting the remaining up. */ static void editorDelRow(int at) { erow *row; -- cgit 1.4.1-2-gfad0