summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-07-21 21:39:09 +0200
committerFlorian Westphal <fw@strlen.de>2018-07-22 00:37:25 +0200
commitf8c35865d3ed2e8399f7630891be650a188dc3b9 (patch)
tree7711321085a28b64b83e575f3f172e96ee7127cd /include
parent6dd848339444fecf95122579c1a1fe944a819b6d (diff)
src: fix a typo in socket.h
Fix a typo in socket_template struct description. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r--include/socket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/socket.h b/include/socket.h
index 1814974c..fbfddd11 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -1,10 +1,8 @@
#ifndef NFTABLES_SOCKET_H
#define NFTABLES_SOCKET_H
-//#include <parser.h>
-
/**
- * struct rt_template - template for routing expressions
+ * struct socket_template - template for routing expressions
*
* @token: parser token for the expression
* @dtype: data type of the expression