diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-10-08 12:42:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-10-08 12:42:26 +0000 |
commit | c33d94063a029c6b2c752342e06b1d4f4a060513 (patch) | |
tree | 948f49df9ab40e0f005b5d4a06232a35c31b14f1 /usr.sbin/ntpd | |
parent | b4d29d23031c4f77dab863220332d5246c79c3d4 (diff) |
whitespace both in comment; from bernd
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r-- | usr.sbin/ntpd/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/client.c b/usr.sbin/ntpd/client.c index ca81029be0f..632e810df73 100644 --- a/usr.sbin/ntpd/client.c +++ b/usr.sbin/ntpd/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.37 2004/10/05 11:23:28 henning Exp $ */ +/* $OpenBSD: client.c,v 1.38 2004/10/08 12:42:25 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -195,7 +195,7 @@ client_dispatch(struct ntp_peer *p, u_int8_t settime) /* * From RFC 2030 (with a correction to the delay math): * - * Timestamp Name ID When Generated + * Timestamp Name ID When Generated * ------------------------------------------------------------ * Originate Timestamp T1 time request sent by client * Receive Timestamp T2 time request received by server |