summaryrefslogtreecommitdiff
path: root/rdma
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2020-11-24 22:04:48 -0700
committerDavid Ahern <dsahern@gmail.com>2020-11-24 22:04:48 -0700
commitee5d4b24e309aece108e86f9fb7ad3b0ca96d567 (patch)
tree08578314733e9b590d90f78faef68ea85e786463 /rdma
parented40b7e2ae4da68e62f30fb1f167d774bce46d50 (diff)
parent7a49ff9d7906858ec75b69e9ad05af2bfd9cab4d (diff)
downloadiproute2-ee5d4b24e309aece108e86f9fb7ad3b0ca96d567.tar.gz
Merge branch 'main' into next
Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'rdma')
-rw-r--r--rdma/rdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdma/rdma.h b/rdma/rdma.h
index 8638b2a3..fc8bcf09 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.
*/