aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index a9d7b70..1634bb6 100644
--- a/parse.c
+++ b/parse.c
@@ -10,7 +10,8 @@ static const Parsev *internparsev(Parsev *p) {
This simplicity comes with one big cost - Parsev variants with padding
can trigger a false positive on valgrind. It should still be safe,
- but the best fix is still to avoid the padding bytes in the Parsev variants.
+ but the best fix is still to avoid the padding bytes in the Parsev
+ variants.
*/
size_t idx;
const Parsev *interned;