Commit 082866de authored by Taekho Nam's avatar Taekho Nam Committed by 4ast

fix some typos (#810)

parent 87d27cf4
...@@ -87,7 +87,7 @@ int http_filter(struct __sk_buff *skb) { ...@@ -87,7 +87,7 @@ int http_filter(struct __sk_buff *skb) {
goto DROP; goto DROP;
} }
//load firt 7 byte of payload into p (payload_array) //load first 7 byte of payload into p (payload_array)
//direct access to skb not allowed //direct access to skb not allowed
unsigned long p[7]; unsigned long p[7];
int i = 0; int i = 0;
......
...@@ -58,7 +58,7 @@ int http_filter(struct __sk_buff *skb) { ...@@ -58,7 +58,7 @@ int http_filter(struct __sk_buff *skb) {
goto DROP; goto DROP;
} }
//load firt 7 byte of payload into p (payload_array) //load first 7 byte of payload into p (payload_array)
//direct access to skb not allowed //direct access to skb not allowed
unsigned long p[7]; unsigned long p[7];
int i = 0; int i = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment