guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 304/437: Correct typo in documentation.


From: Andy Wingo
Subject: [Guile-commits] 304/437: Correct typo in documentation.
Date: Mon, 2 Jul 2018 05:14:41 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 120dfc956d0672cef8714876fdcdef621a6b088d
Author: pcpa <address@hidden>
Date:   Thu Sep 4 11:33:52 2014 -0300

    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 2b3f5f1..fe1ae82 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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]