src/editor/editbuffer.c: typo.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-12-20 12:40:34 +04:00
parent 094fd0cd89
commit 1672c78be4

View File

@ -608,7 +608,7 @@ edit_buffer_move_forward (const edit_buffer_t * buf, off_t current, long lines,
* *
* @param buf editor buffer * @param buf editor buffer
* @param current current offset * @param current current offset
* @param lines number of lines to move bacward * @param lines number of lines to move backward
* *
* @return backward offset with specified number of lines. * @return backward offset with specified number of lines.
*/ */