summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_split.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 21:25:05 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 21:25:05 +0000
commit79a1fafeb42e583ed21b9d628a7f5843af2363c6 (patch)
treea105ac679aa23495f95998203cdb54c8ba79d19b /sys/netgraph/ng_split.h
parentd3b6c9c90faa979f0fbec505c7207a8414476c8d (diff)
downloadFreeBSD-src-79a1fafeb42e583ed21b9d628a7f5843af2363c6.zip
FreeBSD-src-79a1fafeb42e583ed21b9d628a7f5843af2363c6.tar.gz
sys/netgraph: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/netgraph/ng_split.h')
-rw-r--r--sys/netgraph/ng_split.h2
1 files changed, 1 insertions, 1 deletions
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_ */
OpenPOWER on IntegriCloud