Skip to content

Commit

Permalink
src/editor/editbuffer.c: typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <[email protected]>
  • Loading branch information
aborodin committed Feb 10, 2014
1 parent 094fd0c commit 1672c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/editbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ edit_buffer_move_forward (const edit_buffer_t * buf, off_t current, long lines,
*
* @param buf editor buffer
* @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.
*/
Expand Down

0 comments on commit 1672c78

Please sign in to comment.