aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-21 00:23:08 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-21 00:23:08 +0200
commita12d4944aa15730ab2e83796ecc62e8d221b2d13 (patch)
tree22876df9b16b6f4c4babd5c4d4c60d00bf1c41a3
parentc88016d71f36379c4b92158de4481245f18ecefb (diff)
downloaddns-a12d4944aa15730ab2e83796ecc62e8d221b2d13.tar.gz
fix doc
-rw-r--r--src/database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.h b/src/database.h
index 2231410..742885d 100644
--- a/src/database.h
+++ b/src/database.h
@@ -30,7 +30,7 @@
* Anything other than IN is probably never needed, but easier to do now than later.
*
* Data format in tree void*
- * 0 4 6 2+len
+ * 0 4 6 6+len
* | ttl | len | data ... |
* ttl: uint32_t
* len: uint16_t