diff options
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,10 +28,9 @@ /* * Routines for the perfect-hash hashtable used by the parser to look up * tokens by their string-ified names (`.Fl' -> MDOC_Fl). The - * allocation penalty for this is 27 * 26 * sizeof(ptr). + * allocation penalty for this is 27 * 26 * sizeof(ptr). */ - void mdoc_tokhash_free(void *htab) { |