diff mbox series

bonding: Fix a typo in bonxing.txt

Message ID 20180712160517.7382-1-standby24x7@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series bonding: Fix a typo in bonxing.txt | expand

Commit Message

Masanari Iida July 12, 2018, 4:05 p.m. UTC
This patch fixes a spelling typo in bonding.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/networking/bonding.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam July 12, 2018, 4:10 p.m. UTC | #1
On Thu, Jul 12, 2018 at 1:05 PM, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fixes a spelling typo in bonding.txt

There is a typo in the subject too: s/ bonxing/bonding/
David Miller July 16, 2018, 8:32 p.m. UTC | #2
From: Masanari Iida <standby24x7@gmail.com>
Date: Fri, 13 Jul 2018 01:05:17 +0900

> This patch fixes a spelling typo in bonding.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied with Subject typo fixed.
diff mbox series

Patch

diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt
index c13214d073a4..d3e5dd26db12 100644
--- a/Documentation/networking/bonding.txt
+++ b/Documentation/networking/bonding.txt
@@ -1490,7 +1490,7 @@  To remove an ARP target:
 
 To configure the interval between learning packet transmits:
 # echo 12 > /sys/class/net/bond0/bonding/lp_interval
-	NOTE: the lp_inteval is the number of seconds between instances where
+	NOTE: the lp_interval is the number of seconds between instances where
 the bonding driver sends learning packets to each slaves peer switch.  The
 default interval is 1 second.