From 104e79bce7802b112c1ccbae5e40abaffb21e612 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 28 Sep 2002 17:37:07 +0200
Subject: [PATCH] comment fix.

Rev: src/nettle/sexp.h:1.2
---
 sexp.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sexp.h b/sexp.h
index b751b0c2..3f7bcec4 100644
--- 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;
 
-- 
GitLab