]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 28 Sep 2002 15:37:07 +0000 (17:37 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 28 Sep 2002 15:37:07 +0000 (17:37 +0200)
Rev: src/nettle/sexp.h:1.2

sexp.h

diff --git a/sexp.h b/sexp.h
index b751b0c278c9b48a81f23005beef0ed63d6149e3..3f7bcec432ea8c9bbaa686ac217e77f5b912b0dd 100644 (file)
--- a/sexp.h
+++ b/sexp.h
@@ -35,6 +35,9 @@ struct sexp_iterator
 {
   unsigned length;
   const uint8_t *buffer;
+  
+  /* If type is SEXP_LIST, pos points at the start of the current
+   * element. Otherwise, it points at the end. */
   unsigned pos;
   unsigned level;