diff options
author | Magnus Ahltorp <map@kth.se> | 2016-05-13 14:51:53 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2016-05-13 15:18:50 +0200 |
commit | e7eb75ed94b7743c07171dedadbe856434f4becb (patch) | |
tree | 2e89f84e73012b8a0f59568ea61ba6c93f37cc24 /doc/permdb.md | |
parent | c2950323d5a262632aad51579581023dc8693b10 (diff) |
Change endian of permdb index file to big-endianpermdb-index-endian
Diffstat (limited to 'doc/permdb.md')
-rw-r--r-- | doc/permdb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/permdb.md b/doc/permdb.md index a515532..716d384 100644 --- a/doc/permdb.md +++ b/doc/permdb.md @@ -83,7 +83,7 @@ garbage as more entries are written to it, but can be removed and re-created to optimize its size, since it contains no original information. -All values are in host-endian byte order. +All values are in big-endian byte order. - file - file cookie [64-bit] = 0xb7e16b02ba8a6d1b |