From: Stephen Hemminger Date: Sun, 8 Nov 2020 18:44:19 +0000 (-0800) Subject: rdma: fix spelling error in comment X-Git-Tag: v5.10.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90c39be33eda06b26f4df71718e5d94d35f6637;p=thirdparty%2Fiproute2.git rdma: fix spelling error in comment Signed-off-by: Stephen Hemminger --- diff --git a/rdma/rdma.h b/rdma/rdma.h index a6c6bdea5..fd1024123 100644 --- a/rdma/rdma.h +++ b/rdma/rdma.h @@ -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. */