diff mbox series

typo found in socket.h at nftables repository

Message ID 2e5cde0a-67fa-e097-6c9a-630b91afa768@riseup.net
State Accepted
Headers show
Series typo found in socket.h at nftables repository | expand

Commit Message

Fernando F. Mancera July 21, 2018, 7:51 p.m. UTC
Hi,

I think I found a typo in socket.h at nftables repository. It is just a 
small fix so I propose this patch.

---

 From c788837976b674878d8ea819e97e9b4a762db91d Mon Sep 17 00:00:00 2001
From: Fernando Fernandez Mancera <ffmancera@riseup.net>
Date: Sat, 21 Jul 2018 21:39:09 +0200
Subject: [PATCH nftables] src: fix a typo in socket.h

Fix a typo in socket_template struct description.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
---
  include/socket.h | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Florian Westphal July 21, 2018, 10:41 p.m. UTC | #1
Fernando Fernandez Mancera <ffmancera@riseup.net> wrote:
> I think I found a typo in socket.h at nftables repository. It is just a
> small fix so I propose this patch.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/include/socket.h b/include/socket.h
index 1814974..d99526b 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 socket expressions
   *
   * @token:	parser token for the expression
   * @dtype:	data type of the expression