From: Niels Möller Date: Tue, 16 Feb 2016 07:13:48 +0000 (+0100) Subject: Comment improvement. X-Git-Tag: nettle_3.3_release_20161001~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c96c59fc63921c03a3e50a7859499792bb0c18;p=thirdparty%2Fnettle.git Comment improvement. --- diff --git a/tools/misc.h b/tools/misc.h index 7da2b44e..c00058bf 100644 --- a/tools/misc.h +++ b/tools/misc.h @@ -61,8 +61,9 @@ enum sexp_token SEXP_LIST_END, SEXP_EOF, - /* The below types are internal to the input parsing. sexp_parse - * should never return a token of this type. */ + /* The below types are internal to the input parsing, only + * returned by sexp_get_token. sexp_parse should never return a + * token of these types. */ SEXP_DISPLAY_START, SEXP_DISPLAY_END, SEXP_TRANSPORT_START,