shithub: neatroff

Download patch

ref: 700e46aa7b3e7b6d5060bed7272c3accb7296bb3
parent: 84f76bbf689f7dcb3c62a904285722f4a20bf4b3
author: Ali Gholami Rudi <ali@rudi.ir>
date: Mon Aug 19 15:21:22 EDT 2013

char: fix a typo in the comments of sstr_*()

--- a/char.c
+++ b/char.c
@@ -242,7 +242,7 @@
  * for string buffers, the following functions can be used:
  *
  *   sstr_push(s);
- *   charnext(c, sstr_next, sstr_prev);
+ *   charnext(c, sstr_next, sstr_back);
  *   sstr_pop();
  *
  * The calls to sstr_push()/sstr_pop() may be nested.