diff options
author | Renato Botelho <renato@netgate.com> | 2016-05-03 08:54:29 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-05-03 08:54:29 -0300 |
commit | 394097451eda898069e18b8dc01759b5ec2d19ff (patch) | |
tree | 978e78c476a93a5940d7c55d55bda811eccb7165 /sys/netgraph/ng_source.c | |
parent | dc2ad254d56f40487511f4b9a56bf3f58e7603b4 (diff) | |
parent | a3473a1d98b6f6af1dcc11c4f0189686a81dabbb (diff) | |
download | FreeBSD-src-394097451eda898069e18b8dc01759b5ec2d19ff.zip FreeBSD-src-394097451eda898069e18b8dc01759b5ec2d19ff.tar.gz |
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'sys/netgraph/ng_source.c')
-rw-r--r-- | sys/netgraph/ng_source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c index 8332d20..ea341b6 100644 --- a/sys/netgraph/ng_source.c +++ b/sys/netgraph/ng_source.c @@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$"); /* * This node is used for high speed packet geneneration. It queues - * all data recieved on its 'input' hook and when told to start via + * all data received on its 'input' hook and when told to start via * a control message it sends the packets out its 'output' hook. In * this way this node can be preloaded with a packet stream which it * can then send continuously as fast as possible. |