Skip to content

Commit c7d15aa

Browse files
hormsummakynes
authored andcommitted
ipvs: Correct spelling in comments
Correct some spelling errors flagged by codespell and found by inspection. Signed-off-by: Simon Horman <[email protected]> Reviewed-by: Horatiu Vultur <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
1 parent 210ffe4 commit c7d15aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/net/ip_vs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ struct ip_vs_conn {
584584
spinlock_t lock; /* lock for state transition */
585585
volatile __u16 state; /* state info */
586586
volatile __u16 old_state; /* old state, to be used for
587-
* state transition triggerd
587+
* state transition triggered
588588
* synchronization
589589
*/
590590
__u32 fwmark; /* Fire wall mark from skb */
@@ -635,7 +635,7 @@ struct ip_vs_service_user_kern {
635635
u16 protocol;
636636
union nf_inet_addr addr; /* virtual ip address */
637637
__be16 port;
638-
u32 fwmark; /* firwall mark of service */
638+
u32 fwmark; /* firewall mark of service */
639639

640640
/* virtual service options */
641641
char *sched_name;
@@ -1036,7 +1036,7 @@ struct netns_ipvs {
10361036
struct ipvs_sync_daemon_cfg bcfg; /* Backup Configuration */
10371037
/* net name space ptr */
10381038
struct net *net; /* Needed by timer routines */
1039-
/* Number of heterogeneous destinations, needed becaus heterogeneous
1039+
/* Number of heterogeneous destinations, needed because heterogeneous
10401040
* are not supported when synchronization is enabled.
10411041
*/
10421042
unsigned int mixed_address_family_dests;

0 commit comments

Comments
 (0)