diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-30 11:46:15 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-31 01:10:20 +0400 |
commit | c17cb8b55b104c549aa20a72fa44141ad2c65ec2 (patch) | |
tree | 7082490d6e031e5c4a6b5be8393b830a58da4a84 /Documentation/networking/rxrpc.txt | |
parent | b757a62e9f0df5c997c666dca4ad81197b5d8917 (diff) | |
download | linux-c17cb8b55b104c549aa20a72fa44141ad2c65ec2.tar.xz |
doc:net: Fix typo in Documentation/networking
Correct spelling typo in Documentation/networking
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/rxrpc.txt')
-rw-r--r-- | Documentation/networking/rxrpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/rxrpc.txt b/Documentation/networking/rxrpc.txt index 60d05eb77c64..b89bc82eed46 100644 --- a/Documentation/networking/rxrpc.txt +++ b/Documentation/networking/rxrpc.txt @@ -144,7 +144,7 @@ An overview of the RxRPC protocol: (*) Calls use ACK packets to handle reliability. Data packets are also explicitly sequenced per call. - (*) There are two types of positive acknowledgement: hard-ACKs and soft-ACKs. + (*) There are two types of positive acknowledgment: hard-ACKs and soft-ACKs. A hard-ACK indicates to the far side that all the data received to a point has been received and processed; a soft-ACK indicates that the data has been received but may yet be discarded and re-requested. The sender may |