Browse Source

- fixed wrong comment

Jan Janak 19 years ago
parent
commit
88e8426ecd
1 changed files with 4 additions and 2 deletions
  1. 4 2
      modules/tls/tls_config.c

+ 4 - 2
modules/tls/tls_config.c

@@ -102,8 +102,10 @@ enum st {
 };
 };
 
 
 
 
-/* If the lexer finds a token then all characters
- * untill EOL is scanned would belong to the token
+/* Extended tokens can contain also delimiters,
+ * in addition to alpha-numeric characters,
+ * this is used on the righ side of assignments
+ * where no quotes are used
  */
  */
 #define EXTENDED_ALPHA_TOKEN (1 << 0)
 #define EXTENDED_ALPHA_TOKEN (1 << 0)