Skip to content

Commit 01d8684

Browse files
hormskuba-moo
authored andcommitted
x25: Correct spelling in x25.h
Correct spelling in x25.h As reported by codespell. Signed-off-by: Simon Horman <[email protected]> Reviewed-by: Martin Schiller <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 7f47fce commit 01d8684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/x25.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ enum {
8181

8282
#define X25_DEFAULT_WINDOW_SIZE 2 /* Default Window Size */
8383
#define X25_DEFAULT_PACKET_SIZE X25_PS128 /* Default Packet Size */
84-
#define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult Throughput */
84+
#define X25_DEFAULT_THROUGHPUT 0x0A /* Default Throughput */
8585
#define X25_DEFAULT_REVERSE 0x00 /* Default Reverse Charging */
8686

8787
#define X25_SMODULUS 8

0 commit comments

Comments
 (0)