From 330ebb4018e1d6ee5cd5433208c2f3dd6fdddb26 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 21 Oct 2024 13:58:22 +0200 Subject: [PATCH] Improve comment --- src/spicelib/parser/inpmkmod.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spicelib/parser/inpmkmod.c b/src/spicelib/parser/inpmkmod.c index 055d7a66b..3ff8ed92d 100644 --- a/src/spicelib/parser/inpmkmod.c +++ b/src/spicelib/parser/inpmkmod.c @@ -20,7 +20,9 @@ NGHASHPTR modtabhash = NULL; * This fcn takes the model name and looks to see if it is already * in the model table. If it is, then just return. Otherwise, * stick the model into the model table. - * Note that the model table INPmodel + * Note that the model table INPmodel *modtab is a linked list, + * in parallel a hash table modtabhash is filled in for faster + * access to modtab elements by giving the model name. *--------------------------------------------------------------*/ int INPmakeMod(char *token, int type, struct card *line)