]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment improvement.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 16 Feb 2016 07:13:48 +0000 (08:13 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 Feb 2016 07:13:48 +0000 (08:13 +0100)
tools/misc.h

index 7da2b44e6a896a2454ff5cd8720e7bb68fcdd4f6..c00058bfcf80b469aa45295d03ea7ff617f8b6dd 100644 (file)
@@ -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,