aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-13 15:02:44 +1300
committerAndrew Chambers <[email protected]>2021-10-13 15:02:44 +1300
commit7bce4e2fda947c9503cf74dc0446170aa976cb41 (patch)
tree2ed60b563e2956214557c585d636dfd943eba7ba /parse.c
parentee2c0d00195349d335c6195c6142ef284771e81c (diff)
Update comment.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 66a1ddf..591e8eb 100644
--- a/parse.c
+++ b/parse.c
@@ -19,7 +19,7 @@ static const Parsev *internparsev(Parsev *p) {
return interned;
}
-/* Maintain a direct cache of strings. */
+/* Maintain a direct map cache of strings. */
const char *internstring(const char *s) {
size_t idx, len;
const char *interned;