summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-11-10 16:56:30 +0000
committerderaadt <deraadt@openbsd.org>2019-11-10 16:56:30 +0000
commit06c2f543ef5c7d219fd71de9fd6368a32f2dc593 (patch)
tree76b00cd43a6abbb6486f7bd6cb48dc9805c84e89 /usr.sbin/ntpd
parentCope with missing PT_* operations on some architectures (diff)
downloadwireguard-openbsd-06c2f543ef5c7d219fd71de9fd6368a32f2dc593.tar.xz
wireguard-openbsd-06c2f543ef5c7d219fd71de9fd6368a32f2dc593.zip
typo
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/client.c b/usr.sbin/ntpd/client.c
index d5708e17e27..83614dff12e 100644
--- a/usr.sbin/ntpd/client.c
+++ b/usr.sbin/ntpd/client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: client.c,v 1.110 2019/07/07 07:14:57 otto Exp $ */
+/* $OpenBSD: client.c,v 1.111 2019/11/10 16:56:30 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -240,7 +240,7 @@ handle_auto(double offset)
/*
* It happens the (constraint) resolves initially fail, don't give up
- * but see if we get validatd replies later.
+ * but see if we get validated replies later.
*/
if (conf->constraint_median == 0)
return;