Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Fix grammar in comment (affect vs. effect)



details:   https://anonhg.NetBSD.org/src/rev/35ec454c3788
branches:  trunk
changeset: 1024543:35ec454c3788
user:      kim <kim%NetBSD.org@localhost>
date:      Thu Oct 28 07:24:40 2021 +0000

description:
Fix grammar in comment (affect vs. effect)

diffstat:

 etc/ntp.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a71fb0ef6192 -r 35ec454c3788 etc/ntp.conf
--- a/etc/ntp.conf      Thu Oct 28 06:13:13 2021 +0000
+++ b/etc/ntp.conf      Thu Oct 28 07:24:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.22 2020/10/05 06:45:40 kim Exp $
+# $NetBSD: ntp.conf,v 1.23 2021/10/28 07:24:40 kim Exp $
 #
 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
 
@@ -66,7 +66,7 @@
 #               established by the discard command. Does not affect ntpq or
 #               ntpdc queries.
 #   kod         Send "kiss-o'-death" packets if clients exceed rate limits.
-#               No affect without the limited flag.
+#               No effect without the limited flag.
 #   nomodify    Deny attempts to modify the state of the server via ntpq or
 #               ntpdc queries.
 #   noquery     Deny all ntpq and ntpdc queries.  Does not affect time



Home | Main Index | Thread Index | Old Index