mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -41,7 +41,7 @@ struct nln {
|
||||
|
||||
/* Passed in by nln_create(). */
|
||||
int multicast_group; /* Multicast group we listen on. */
|
||||
int protocol; /* Protocal passed to nl_sock_create(). */
|
||||
int protocol; /* Protocol passed to nl_sock_create(). */
|
||||
nln_parse_func *parse; /* Message parsing function. */
|
||||
void *change; /* Change passed to parse. */
|
||||
};
|
||||
|
Reference in New Issue
Block a user