summaryrefslogtreecommitdiff
path: root/proc/hash.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-27 19:36:54 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-27 19:36:54 +0000
commit7a18ea12ef4fb4851933a57ba1d9646c70ccbefb (patch)
tree23c98a45e76b8dbe0189e95a17f8c1fef5d34ae8 /proc/hash.c
parent33deddac8844eaafb850e4a219ed6a1e34ab54e5 (diff)
Formerly hash.c.~5~
Diffstat (limited to 'proc/hash.c')
-rw-r--r--proc/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/hash.c b/proc/hash.c
index 89638331..eb906851 100644
--- a/proc/hash.c
+++ b/proc/hash.c
@@ -35,7 +35,7 @@ struct htable
{
void **tab;
int *ids;
- void ****locps;
+ void ****locps; /* four, count them, four stars */
int size;
};
#define HASH_DEL ((void *) -1)