summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/tty_msts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_msts.c b/sys/kern/tty_msts.c
index 26d31065828..a88792e5a1d 100644
--- a/sys/kern/tty_msts.c
+++ b/sys/kern/tty_msts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_msts.c,v 1.9 2009/01/01 02:10:54 stevesk Exp $ */
+/* $OpenBSD: tty_msts.c,v 1.10 2009/01/12 15:19:28 stevesk Exp $ */
/*
* Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -309,7 +309,7 @@ msts_decode(struct msts *np, struct tty *tp, char *fld[], int fldcnt)
}
/*
- * Convert date field from MSTS to nanoseconds since midnight.
+ * Convert date field from MSTS to nanoseconds since the epoch.
* The string must be of the form D:DD.MM.YY .
* Return 0 on success, -1 if illegal characters are encountered.
*/