chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ba720
)
struct/dstr-putf.c: Fix typo in commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Feb 2016 20:17:58 +0000
(20:17 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Feb 2016 20:17:58 +0000
(20:17 +0000)
struct/dstr-putf.c
patch
|
blob
|
blame
|
history
diff --git
a/struct/dstr-putf.c
b/struct/dstr-putf.c
index 3f9b449c9fd14977553e8fb0a0a6c10c2b675097..0ff4fb123c351218f0b1e12f75db00267d0783e3 100644
(file)
--- a/
struct/dstr-putf.c
+++ b/
struct/dstr-putf.c
@@
-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@
- * objects, each of which represnts a chunk of literal text followed by a
+ * objects, each of which repres
e
nts 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.
*/