@@ -2467,7 +2467,7 @@ loaded under
.B xdpgeneric object "|" pinned
then the kernel will use the generic XDP variant instead of the native one.
.B xdpdrv
-has the opposite effect of requestsing that the automatic fallback to the
+has the opposite effect of requesting that the automatic fallback to the
generic XDP variant be disabled and in case driver is not XDP-capable error
should be returned.
.B xdpdrv
@@ -2476,7 +2476,7 @@ also disables hardware offloads.
in ip link output indicates that the program has been offloaded to hardware
and can also be used to request the "offload" mode, much like
.B xdpgeneric
-it forces program to be installed specifically in HW/FW of the apater.
+it forces program to be installed specifically in HW/FW of the adapter.
.B off
(or
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> --- man/man8/ip-link.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: 19514606dce31e85039b3b19d538e576824a03f5 change-id: 20241220-man-8c0f47042cf4 Best regards,