From 21b2c6c41e9660fc1c4f3fcc8c186b63c988b8ba Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 3 Oct 2013 01:08:05 +0200 Subject: mnl: fix typo in comment Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- src/mnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mnl.c b/src/mnl.c index bec4218c..27b181a2 100644 --- a/src/mnl.c +++ b/src/mnl.c @@ -249,7 +249,7 @@ int mnl_batch_talk(struct mnl_socket *nl, struct list_head *err_list) goto err; ret = mnl_cb_run(rcv_buf, ret, 0, portid, NULL, NULL); - /* Continue on error, make sure we get all acknoledgments */ + /* Continue on error, make sure we get all acknowledgments */ if (ret == -1) mnl_err_list_node_add(err_list, errno, nlh->nlmsg_seq); -- cgit v1.2.3