summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index 0aae8ebf..8fc1c917 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -420,7 +420,7 @@ RAW PAYLOAD EXPRESSION
[verse]
*@* [base,offset,length]
-The raw payload expression instructs to load lengthbits starting at offsetbits.
+The raw payload expression instructs to load 'length' bits starting at 'offset' bits.
Bit 0 refers to the very first bit -- in the C programming language, this
corresponds to the topmost bit, i.e. 0x80 in case of an octet. They are useful
to match headers that do not have a human-readable template expression yet. Note