diff options
| author | Andrew Chambers <[email protected]> | 2021-10-13 15:02:44 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-13 15:02:44 +1300 |
| commit | 7bce4e2fda947c9503cf74dc0446170aa976cb41 (patch) | |
| tree | 2ed60b563e2956214557c585d636dfd943eba7ba /parse.c | |
| parent | ee2c0d00195349d335c6195c6142ef284771e81c (diff) | |
Update comment.
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
