Squashed 'shared/n-acd/' changes from a409492679..9eb7bf7173

9eb7bf7173 trivial: fix spelling in code comments

git-subtree-dir: shared/n-acd
git-subtree-split: 9eb7bf717309fefb253d87e6a1af6660e977d791
This commit is contained in:
Thomas Haller 2019-02-06 08:37:39 +01:00
parent 1361ede099
commit 7e77626675
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/*
* A noop implementation of eBPF filter for IPv4 Address Conflict Detection
*
* These are a collection of dummy funcitons that have no effect, but allows
* These are a collection of dummy functions that have no effect, but allows
* n-acd to compile without eBPF support.
*
* See n-acd-bpf.c for documentation.

View file

@ -1,7 +1,7 @@
/*
* Test on a veth link
*
* This essentially mimics a real nework with two peers.
* This essentially mimics a real network with two peers.
*
* Run one ACD context on each end of the tunnel. On one end probe for N,
* addresses on the other end pre-configure N/3 of the same addresses and probe

View file

@ -55,7 +55,7 @@ void timer_rearm(Timer *timer) {
/*
* A timeout value of 0 clears the timer, we sholud only set that if
* no timout exists in the tree.
* no timeout exists in the tree.
*/
timeout = c_rbnode_entry(c_rbtree_first(&timer->tree), Timeout, node);