From 120dfc956d0672cef8714876fdcdef621a6b088d Mon Sep 17 00:00:00 2001 From: pcpa Date: Thu, 4 Sep 2014 11:33:52 -0300 Subject: [PATCH] Correct typo in documentation. Thanks to Yaroslav Tsarko for noticing the problem. --- doc/body.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/body.texi b/doc/body.texi index 2b3f5f132..fe1ae829f 100644 --- a/doc/body.texi +++ b/doc/body.texi @@ -1036,7 +1036,7 @@ Source code for the client (which lies in the same source file) follows: @example int main(int argc, char *argv[]) @{ - jit_note_t *nc, *nf; + jit_node_t *nc, *nf; pifi c2f, f2c; int i;