diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-09 14:14:07 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-09 14:14:07 +0000 |
commit | bbb97eb87b886c3982903695d9457e1535e83d4a (patch) | |
tree | ac4a88690e16b69223114da87cc9264d1f4859bd /usr.sbin/mrouted | |
parent | 4dcba76aae0fe44bb1adf93b77bf951332997186 (diff) |
whever -> whenever in comments
ok jmc@
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r-- | usr.sbin/mrouted/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index 053b9b7f72b..af73fcd39de 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -65,7 +65,7 @@ typedef void (*ihfunc_t)(int, fd_set *); #define PROTOCOL_VERSION 3 /* increment when packet format/content changes */ #define MROUTED_VERSION 8 /* increment on local changes or bug fixes, */ - /* reset to 0 whever PROTOCOL_VERSION increments */ + /* reset to 0 whenever PROTOCOL_VERSION increments */ #define MROUTED_LEVEL ((MROUTED_VERSION << 8) | PROTOCOL_VERSION | \ ((NF_PRUNE | NF_GENID | NF_MTRACE) << 16) | \ |