mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 17:52:43 +03:00
Fix a couple of comment typos.
This commit is contained in:
parent
35f7f2b9f3
commit
f95b9d2eb3
@ -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 == ' ')
|
||||
|
Loading…
Reference in New Issue
Block a user