diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-10 10:21:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-10 10:21:50 +0000 |
commit | 0f9485f602aa01a24ccba783905b2e6359d196c3 (patch) | |
tree | 3b90135b2259d345d0c1516cba66c7813e59b211 /sys/net/route.h | |
parent | cb903f575ecd4b1e917c41cf2a60b844f7107424 (diff) |
spelling
ok gnezdo@ semarie@ mpi@
Diffstat (limited to 'sys/net/route.h')
-rw-r--r-- | sys/net/route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/route.h b/sys/net/route.h index 492edcfcb6a..f78022d6af0 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -1,4 +1,4 @@ -/* $OpenBSD: route.h,v 1.183 2020/10/29 21:15:27 denis Exp $ */ +/* $OpenBSD: route.h,v 1.184 2021/03/10 10:21:48 jsg Exp $ */ /* $NetBSD: route.h,v 1.9 1996/02/13 22:00:49 christos Exp $ */ /* @@ -291,7 +291,7 @@ struct rt_msghdr { /* * setsockopt defines used for the filtering. */ -#define ROUTE_MSGFILTER 1 /* bitmask to specifiy which types should be +#define ROUTE_MSGFILTER 1 /* bitmask to specify which types should be sent to the client. */ #define ROUTE_TABLEFILTER 2 /* change routing table the socket is listening on, RTABLE_ANY listens on all tables. */ |