diff options
author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2021-03-27 23:29:02 +0100 |
---|---|---|
committer | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2021-03-27 23:29:02 +0100 |
commit | bcfa92b5e7c4c1f7455dac1e49f7cfab633544bf (patch) | |
tree | b9c4d8f80239e820ae7e61987932b1213675514d /doc | |
parent | functions.sh: Fix non-netns case for ip command (diff) | |
download | netifrc-bcfa92b5e7c4c1f7455dac1e49f7cfab633544bf.tar.gz netifrc-bcfa92b5e7c4c1f7455dac1e49f7cfab633544bf.tar.bz2 netifrc-bcfa92b5e7c4c1f7455dac1e49f7cfab633544bf.zip |
doc/net.example.Linux: fix typo in "ethtool_coalesce_eth0" description
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |