From f95b9d2eb3c9d10003f64db2af6b932c17d043e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 19 Sep 2014 11:10:43 +0100 Subject: Fix a couple of comment typos. --- desktop/textarea.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/textarea.c b/desktop/textarea.c index e37f06e53..82f0989e5 100644 --- a/desktop/textarea.c +++ b/desktop/textarea.c @@ -1078,7 +1078,7 @@ static bool textarea_reflow_multiline(struct textarea *ta, continue; } else if (len - b_off > 0) { - /* soft wraped, find last space (if any) */ + /* soft wrapped, find last space (if any) */ for (space = text + b_off; space > text; space--) { if (*space == ' ') @@ -1156,7 +1156,7 @@ static bool textarea_reflow_multiline(struct textarea *ta, ta->v_extent = v_extent; ta->line_count = line; - /* Don't need to redraw above changes, so update redraw request rect*/ + /* Don't need to redraw above changes, so update redraw request rect */ if (ta->lines[start].b_start + ta->lines[start].b_length < b_start && restart == false) { /* Start line is unchanged */ -- cgit v1.2.3