From: Niels Möller Date: Sat, 28 Sep 2002 15:37:07 +0000 (+0200) Subject: comment fix. X-Git-Tag: nettle_1.6_release_20021003~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=104e79bce7802b112c1ccbae5e40abaffb21e612;p=thirdparty%2Fnettle.git comment fix. Rev: src/nettle/sexp.h:1.2 --- 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;