From 84c96c59fc63921c03a3e50a7859499792bb0c18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 16 Feb 2016 08:13:48 +0100
Subject: [PATCH] Comment improvement.

---
 tools/misc.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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,
-- 
GitLab