改正拼写

This commit is contained in:
chn
2019-12-26 14:13:25 +08:00
parent 785a1e6a87
commit b51922af60

View File

@@ -22,7 +22,7 @@ unsigned int hook_funcion(void *priv, struct sk_buff *skb, const struct nf_hook_
n_skb_captured++;
if(n_skb_captured == n_skb_captured_lastPrint * 2)
{
printk("rkp-ua: Captured %d packages.\n", n_skb_captured);
printk("rkp-ua: Captured %d packets.\n", n_skb_captured);
n_skb_captured_lastPrint *= 2;
}
#ifdef RKP_DEBUG