struct/dstr-putf.c: Fix typo in commentary.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 9 Feb 2016 20:17:58 +0000 (20:17 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 9 Feb 2016 20:17:58 +0000 (20:17 +0000)
struct/dstr-putf.c

index 3f9b449..0ff4fb1 100644 (file)
@@ -202,7 +202,7 @@ int dstr_vputf(dstr *d, const char *p, va_list *ap)
   /* --- Initial pass through the input, parsing format specifiers --- *
    *
    * We essentially compile the format string into a vector of @fmtspec@
   /* --- Initial pass through the input, parsing format specifiers --- *
    *
    * We essentially compile the format string into a vector of @fmtspec@
-   * objects, each of which represnts a chunk of literal text followed by a
+   * objects, each of which represents a chunk of literal text followed by a
    * (possibly imaginary, in the case of the final one) formatting directive.
    * Output then simply consists of interpreting these specifiers in order.
    */
    * (possibly imaginary, in the case of the final one) formatting directive.
    * Output then simply consists of interpreting these specifiers in order.
    */