Skip to content

Commit e41079f

Browse files
eslammedhatAlexei Starovoitov
authored andcommitted
Documentation: Fix spelling mistake.
Fix typo "desination => destination" in file Documentation/bpf/standardization/instruction-set.rst Signed-off-by: Eslam Khafagy <[email protected]> Acked-by: Dave Thaler <[email protected]> Acked-by: David Vernet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent d365993 commit e41079f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/bpf/standardization/instruction-set.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,9 @@ Underflow and overflow are allowed during arithmetic operations, meaning
350350
the 64-bit or 32-bit value will wrap. If BPF program execution would
351351
result in division by zero, the destination register is instead set to zero.
352352
Otherwise, for ``ALU64``, if execution would result in ``LLONG_MIN``
353-
dividing -1, the desination register is instead set to ``LLONG_MIN``. For
353+
dividing -1, the destination register is instead set to ``LLONG_MIN``. For
354354
``ALU``, if execution would result in ``INT_MIN`` dividing -1, the
355-
desination register is instead set to ``INT_MIN``.
355+
destination register is instead set to ``INT_MIN``.
356356

357357
If execution would result in modulo by zero, for ``ALU64`` the value of
358358
the destination register is unchanged whereas for ``ALU`` the upper

0 commit comments

Comments
 (0)