Fix a couple of comment typos.

This commit is contained in:
Michael Drake 2014-09-19 11:10:43 +01:00
parent 35f7f2b9f3
commit f95b9d2eb3

View File

@ -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 == ' ')