diff options
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index a2100b0f5..bd4f09096 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -2932,8 +2932,8 @@ mb_lefthalve(row, col) } /* - * Correct a position on the screen, if it's the right halve of a double-wide - * char move it to the left halve. Returns the corrected column. + * Correct a position on the screen, if it's the right half of a double-wide + * char move it to the left half. Returns the corrected column. */ int mb_fix_col(col, row) |