]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
rdma: fix spelling error in comment
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 8 Nov 2020 18:44:19 +0000 (10:44 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 8 Nov 2020 18:44:19 +0000 (10:44 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
rdma/rdma.h

index a6c6bdea5a80c3461c172d2e88844caa11323cd2..fd1024123363e803073a5fdd793825208992c3ca 100644 (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.
         */