summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 12:45:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 12:45:19 +0000
commit04e65faa724cfa1cdd43042086fef4fc4631fa61 (patch)
tree180a68324e70042275571bf03295d5fbc926c12b /hash.c
parent595003e4db851740b65c179dfac991e6874ef56f (diff)
downloadmandoc-04e65faa724cfa1cdd43042086fef4fc4631fa61.tar.gz
More in-file documentation and Linux-isation.
Moved mdoc_macros table definition into macro.c, where it belongs.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 95a1cce7..1e83cc91 100644
--- a/hash.c
+++ b/hash.c
@@ -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)
{