aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-15 12:13:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-15 12:13:25 +0200
commitb13ecdf97a636ceb8bcf1533a3001a88eb1dd54a (patch)
tree97f52ad6a39299793e19a9a7ff791c33dada02e5
parentinstaller: better WoW64 language (diff)
downloadwintun-b13ecdf97a636ceb8bcf1533a3001a88eb1dd54a.tar.xz
wintun-b13ecdf97a636ceb8bcf1533a3001a88eb1dd54a.zip
README: Fix padding calculation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c52f3aa..9da3f1d 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ After loading the driver and creating a network interface the typical way using
| |
+------------------------------+
| padding |
-| 16-((4+size_0)&15) bytes, |
+| 16-(size_0&15) bytes, |
| all zero |
+------------------------------+
| size_1 |