diff --git a/README.adoc b/README.adoc index 15c7160..56f4498 100644 --- a/README.adoc +++ b/README.adoc @@ -521,7 +521,7 @@ Certain fields in IP headers are less than 1 byte or don't align to a clean byte [id="xtra_bitpacked_vihl"] ==== IP Version, IHL (IPv4) -The IP version and IHL combined make up a single byte, with four-byte "nibbles" each. +The IP version and IHL combined make up a single byte, with four-bit "nibbles" each. [NOTE] ==== diff --git a/README.html b/README.html index b0d9488..d0ab62b 100644 --- a/README.html +++ b/README.html @@ -559,7 +559,7 @@ pre.rouge .gs {
The IP version and IHL combined make up a single byte, with four-byte "nibbles" each.
+The IP version and IHL combined make up a single byte, with four-bit "nibbles" each.