aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:42:40 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:42:40 +0000
commita2098fea6ddaa8a24cb676c63cadbfa1b8fb0da8 (patch)
treeea2bb80e7a6e5622a4d75e28f49c87dd1966d274 /sys/netgraph/ng_base.c
parentab3f6b347ef97e755cf291ed77f9eb4a48531d15 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 614346448469c..95c60617840c4 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -92,7 +92,7 @@ static void ng_dumphooks(void);
#endif /* NETGRAPH_DEBUG */
/*
* DEAD versions of the structures.
- * In order to avoid races, it is sometimes neccesary to point
+ * In order to avoid races, it is sometimes necessary to point
* at SOMETHING even though theoretically, the current entity is
* INVALID. Use these to avoid these races.
*/