diff options
Diffstat (limited to 'usr.sbin/ifstated/ifstated.c')
-rw-r--r-- | usr.sbin/ifstated/ifstated.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/ifstated.c b/usr.sbin/ifstated/ifstated.c index 621beb0de4a..80e5c48eac6 100644 --- a/usr.sbin/ifstated/ifstated.c +++ b/usr.sbin/ifstated/ifstated.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.c,v 1.66 2021/07/12 15:09:21 beck Exp $ */ +/* $OpenBSD: ifstated.c,v 1.67 2022/12/28 21:30:16 jmc Exp $ */ /* * Copyright (c) 2004 Marco Pfatschbacher <mpf@openbsd.org> @@ -515,7 +515,7 @@ scan_ifstate(const char *ifname, int s, int do_eval) } /* - * Do a bottom-up ajustment of the expression tree's truth value, + * Do a bottom-up adjustment of the expression tree's truth value, * level-by-level to ensure that each expression's subexpressions have been * evaluated. */ |