aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-16 14:17:38 +1300
committerAndrew Chambers <[email protected]>2021-10-16 14:17:38 +1300
commite141426d93b5ce975467263d157d2387a0913eea (patch)
tree52cc17cc0bd8c5e7cb0b308dfc8b162af8fcea68 /parse.c
parentfc3641e742d42c864d62fb14c06fc47062226bc7 (diff)
Tidy.
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;