commit: bcfa92b5e7c4c1f7455dac1e49f7cfab633544bf Author: Maciej S. Szmigiero <mail <AT> maciej <DOT> szmigiero <DOT> name> AuthorDate: Sat Mar 27 22:29:02 2021 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Mar 27 22:29:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=bcfa92b5
doc/net.example.Linux: fix typo in "ethtool_coalesce_eth0" description Signed-off-by: Maciej S. Szmigiero <mail <AT> maciej.szmigiero.name> doc/net.example.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 427b2da..3bd2ee1 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1275,7 +1275,7 @@ #ethtool_pause_eth0="autoneg off #rx on tx on" -# Enasble adaptive RX and TX coalescing +# Enable adaptive RX and TX coalescing #ethtool_coalesce_eth0="adaptive-rx on adaptive-tx on" # Change ring buffer settings
