summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2011-12-28 21:39:31 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2011-12-28 21:39:31 +0000
commit447569f065255f54ebb50c6e384301edee397c50 (patch)
treebeafc2a0e6f9471276e1eba7f41e66afae35851d /usr.sbin
parent85f53545ad3b83738b02f92363a5938346b39bcb (diff)
s/minum/minimum/ in comment
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rdate/ntp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rdate/ntp.c b/usr.sbin/rdate/ntp.c
index 16f4a248f70..1f898e5d746 100644
--- a/usr.sbin/rdate/ntp.c
+++ b/usr.sbin/rdate/ntp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntp.c,v 1.30 2010/08/16 11:09:26 krw Exp $ */
+/* $OpenBSD: ntp.c,v 1.31 2011/12/28 21:39:30 sthen Exp $ */
/*
* Copyright (c) 1996, 1997 by N.M. Maclaren. All rights reserved.
@@ -65,7 +65,7 @@
#define NTP_MODE_CLIENT 3 /* NTP client mode */
#define NTP_MODE_SERVER 4 /* NTP server mode */
#define NTP_VERSION 4 /* The current version */
-#define NTP_VERSION_MIN 1 /* The minum valid version */
+#define NTP_VERSION_MIN 1 /* The minimum valid version */
#define NTP_VERSION_MAX 4 /* The maximum valid version */
#define NTP_STRATUM_MAX 14 /* The maximum valid stratum */
#define NTP_INSANITY 3600.0 /* Errors beyond this are hopeless */