diff options
author | 2003-10-30 16:05:00 +0000 | |
---|---|---|
committer | 2003-10-30 16:05:00 +0000 | |
commit | 5c35eeda45cfce191abf56cd9b9fc06555f1dea1 (patch) | |
tree | 57295f57e5281d112db4ba05279b1e77ff2a8e63 | |
parent | Fix "the the" typos in comments; Bruno Rohee (diff) | |
download | wireguard-openbsd-5c35eeda45cfce191abf56cd9b9fc06555f1dea1.tar.xz wireguard-openbsd-5c35eeda45cfce191abf56cd9b9fc06555f1dea1.zip |
Another "the the" typo in a comment; Bruno Rohee
-rw-r--r-- | usr.sbin/mrouted/route.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index 5449fd3d00a..eb5c74ce404 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -276,8 +276,7 @@ find_route(u_int32_t origin, u_int32_t mask) * pointing to the new entry. * * Only the origin, originmask, originwidth and flags fields are initialized - * in the new route entry; the caller is responsible for filling in the the - * rest. + * in the new route entry; the caller is responsible for filling in the rest. */ static void create_route(u_int32_t origin, u_int32_t mask) |