rdma: fix spelling error in comment
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
c8424b73e1
commit
b90c39be33
|
|
@ -39,7 +39,7 @@ struct filter_entry {
|
||||||
char *key;
|
char *key;
|
||||||
char *value;
|
char *value;
|
||||||
/*
|
/*
|
||||||
* This field menas that we can try to issue .doit calback
|
* This field means that we can try to issue .doit calback
|
||||||
* on value above. This value can be converted to integer
|
* on value above. This value can be converted to integer
|
||||||
* with simple atoi(). Otherwise "is_doit" will be false.
|
* with simple atoi(). Otherwise "is_doit" will be false.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue