diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2015-09-06 09:22:30 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-09-07 20:24:59 +0200 |
commit | 92dc4f6e0efeb55b1635790147b3dcac327f308f (patch) | |
tree | d26597f8a9a413e206ffb685367eb20a28013f8a /libiptc | |
parent | 5d4a3ec2c8d8fbe8ea25ae5985ca344b740ff90f (diff) |
iptables: Spelling fixes
While at it, update comment format for the respective blocks.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'libiptc')
-rw-r--r-- | libiptc/libiptc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 9c07bb40..2c66d041 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -592,7 +592,7 @@ static int iptcc_chain_index_rebuild(struct xtc_handle *h) * There are different strategies, the simple and safe is to rebuild * the chain index every time. The more advanced is to update the * array index to point to the next element, but that requires some - * house keeping and boundry checks. The advanced is implemented, as + * house keeping and boundary checks. The advanced is implemented, as * the simple approach behaves badly when all chains are deleted * because list_for_each processing will always hit the first chain * index, thus causing a rebuild for every chain. |