Skip to content

Commit 4cde694

Browse files
committed
Fix typo
Signed-off-by: Dave Thaler <[email protected]>
1 parent d7f58ec commit 4cde694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isa/kernel.org/instruction-set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Underflow and overflow are allowed during arithmetic operations,
210210
meaning the 64-bit or 32-bit value will wrap. If
211211
eBPF program execution would result in division by zero,
212212
the destination register is instead set to zero.
213-
If execution would result in module by zero,
213+
If execution would result in modulo by zero,
214214
the destination register is instead set to the source value.
215215

216216
Examples:

0 commit comments

Comments
 (0)