From 79a1fafeb42e583ed21b9d628a7f5843af2363c6 Mon Sep 17 00:00:00 2001 From: pfg Date: Fri, 29 Apr 2016 21:25:05 +0000 Subject: sys/netgraph: spelling fixes in comments. No functional change. --- sys/netgraph/ng_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/ng_split.h') diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h index c8b672c..d3082ae 100644 --- a/sys/netgraph/ng_split.h +++ b/sys/netgraph/ng_split.h @@ -40,6 +40,6 @@ /* My hook names */ #define NG_SPLIT_HOOK_MIXED "mixed" /* Mixed stream (in/out) */ #define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ -#define NG_SPLIT_HOOK_IN "in" /* Input from inhook (recieving) */ +#define NG_SPLIT_HOOK_IN "in" /* Input from inhook (receiving) */ #endif /* _NETGRAPH_NG_SPLIT_H_ */ -- cgit v1.1