summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2021-02-24 16:21:33 +0000
committerkrw <krw@openbsd.org>2021-02-24 16:21:33 +0000
commit473be3795d61b61b69cf056c3f73b372c65f449a (patch)
treea1eb164243babd1dbac4e39872d0cb9186d89c48 /sbin/dhclient
parentRemove incomplete/incorrect connection with autoconf, clearing ground (diff)
downloadwireguard-openbsd-473be3795d61b61b69cf056c3f73b372c65f449a.tar.xz
wireguard-openbsd-473be3795d61b61b69cf056c3f73b372c65f449a.zip
Fix annoying typo in a comment.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/dhclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index 8311d8c5335..667167f5e3b 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhclient.c,v 1.699 2021/02/24 16:18:59 krw Exp $ */
+/* $OpenBSD: dhclient.c,v 1.700 2021/02/24 16:21:33 krw Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -1093,7 +1093,7 @@ bind_lease(struct interface_info *ifi)
newlease:
/*
- * Remove previous dynamic lease(es) for this address, and any expired
+ * Remove previous dynamic lease(s) for this address, and any expired
* dynamic leases.
*/
seen = 0;