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) {
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
unsigned long p[7];
int i = 0;
......
......@@ -58,7 +58,7 @@ int http_filter(struct __sk_buff *skb) {
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
unsigned long p[7];
int i = 0;
......@@ -105,4 +105,4 @@ int http_filter(struct __sk_buff *skb) {
DROP:
return 0;
}
\ No newline at end of file
}
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