rdma: fix spelling error in comment

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2020-11-08 10:44:19 -08:00
parent c8424b73e1
commit b90c39be33
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct filter_entry {
char *key;
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
* with simple atoi(). Otherwise "is_doit" will be false.
*/