]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/comp_hash.c
ncurses 5.4
[ncurses.git] / ncurses / tinfo / comp_hash.c
index 9f2ee71041e4650da7592167774fe32d789e0921..dabc0c55a0fb7ea9906586dba2c567a24a213e6d 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998,2000,2001 Free Software Foundation, Inc.              *
+ * Copyright (c) 1998,2001,2003 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -48,7 +48,7 @@
 #define DEBUG(level, params)   /*nothing */
 #endif
 
-MODULE_ID("$Id: comp_hash.c,v 1.25 2001/06/02 22:50:42 skimo Exp $")
+MODULE_ID("$Id: comp_hash.c,v 1.26 2003/11/08 21:58:36 tom Exp $")
 
 static int hash_function(const char *);
 
@@ -97,7 +97,7 @@ _nc_make_hash_table(struct name_table_entry *table,
  *     Computes the hashing function on the given string.
  *
  *     The current hash function is the sum of each consectutive pair
- *     of characters, taken as two-byte integers, mod Hashtabsize.
+ *     of characters, taken as two-byte integers, mod HASHTABSIZE.
  *
  */