commit 945a13c13e521a4463127675e75990885fa30ea2
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Oct 15 10:50:21 2014 -0400
Fix a typo in the docs; close bug 13414. Reported by dcf.
---
doc/trunnel.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/trunnel.md b/doc/trunnel.md
index eaf768a..e17fa22 100644
--- a/doc/trunnel.md
+++ b/doc/trunnel.md
@@ -161,7 +161,7 @@ All integers are given as 8, 16, 32, or 64-bit values:
u8 value_a;
u16 value_b;
u32 value_c;
- u32 value_d;
+ u64 value_d;
These values are encoded and parsed in network (big-endian) order. The
corresponding values in C are generated as `uint8_t`, `uint16_t`, `uint32_t`,