diff options
author | Carlos Garcia <carlos@cgarcia.org> | 2014-04-04 22:31:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 09:32:05 -0400 |
commit | c98be0c96db00e9b6b02d31e0fa7590c54cdaaac (patch) | |
tree | 3c189a2a2342bf4454fd8826ad61b2cb84eab6b3 /Documentation/networking | |
parent | 07656d83085dfd3d5eff5d588a6f50c35c853ee0 (diff) |
doc: spelling error changes
Fixed multiple spelling errors.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/can.txt | 2 | ||||
-rw-r--r-- | Documentation/networking/dccp.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt index 0cbe6ec22d6f..988be279a102 100644 --- a/Documentation/networking/can.txt +++ b/Documentation/networking/can.txt | |||
@@ -706,7 +706,7 @@ solution for a couple of reasons: | |||
706 | 706 | ||
707 | RX_NO_AUTOTIMER: Prevent automatically starting the timeout monitor. | 707 | RX_NO_AUTOTIMER: Prevent automatically starting the timeout monitor. |
708 | 708 | ||
709 | RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occured, a | 709 | RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occurred, a |
710 | RX_CHANGED message will be generated when the (cyclic) receive restarts. | 710 | RX_CHANGED message will be generated when the (cyclic) receive restarts. |
711 | 711 | ||
712 | TX_RESET_MULTI_IDX: Reset the index for the multiple frame transmission. | 712 | TX_RESET_MULTI_IDX: Reset the index for the multiple frame transmission. |
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index bf5dbe3ab8c5..55c575fcaf17 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -86,7 +86,7 @@ built-in CCIDs. | |||
86 | 86 | ||
87 | DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same | 87 | DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same |
88 | time, combining the operation of the next two socket options. This option is | 88 | time, combining the operation of the next two socket options. This option is |
89 | preferrable over the latter two, since often applications will use the same | 89 | preferable over the latter two, since often applications will use the same |
90 | type of CCID for both directions; and mixed use of CCIDs is not currently well | 90 | type of CCID for both directions; and mixed use of CCIDs is not currently well |
91 | understood. This socket option takes as argument at least one uint8_t value, or | 91 | understood. This socket option takes as argument at least one uint8_t value, or |
92 | an array of uint8_t values, which must match available CCIDS (see above). CCIDs | 92 | an array of uint8_t values, which must match available CCIDS (see above). CCIDs |