]> granicus.if.org Git - yasm/commitdiff
Update comment for sym_table variable.
authorPeter Johnson <peter@tortall.net>
Tue, 1 Oct 2002 18:29:08 +0000 (18:29 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 1 Oct 2002 18:29:08 +0000 (18:29 -0000)
svn path=/trunk/yasm/; revision=717

libyasm/symrec.c
src/symrec.c

index 7c6561e1dda47010306fe1d1b6c0a23a9c0f1318..2c809e9df5788d016b07d49e2f220bdcdf61dea4 100644 (file)
@@ -78,7 +78,7 @@ struct symrec {
     unsigned long opt_flags;
 };
 
-/* The symbol table: a ternary tree. */
+/* The symbol table: a hash array mapped trie (HAMT). */
 static /*@only@*/ /*@null@*/ HAMT *sym_table = NULL;
 
 /* Linked list of symbols not in the symbol table. */
index 7c6561e1dda47010306fe1d1b6c0a23a9c0f1318..2c809e9df5788d016b07d49e2f220bdcdf61dea4 100644 (file)
@@ -78,7 +78,7 @@ struct symrec {
     unsigned long opt_flags;
 };
 
-/* The symbol table: a ternary tree. */
+/* The symbol table: a hash array mapped trie (HAMT). */
 static /*@only@*/ /*@null@*/ HAMT *sym_table = NULL;
 
 /* Linked list of symbols not in the symbol table. */