Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/timed/timed timed: fix typos in comments



details:   https://anonhg.NetBSD.org/src/rev/d41b32d45376
branches:  trunk
changeset: 371909:d41b32d45376
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Oct 16 16:58:54 2022 +0000

description:
timed: fix typos in comments

diffstat:

 usr.sbin/timed/timed/globals.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cf1d66ed0c1c -r d41b32d45376 usr.sbin/timed/timed/globals.h
--- a/usr.sbin/timed/timed/globals.h    Sun Oct 16 16:44:15 2022 +0000
+++ b/usr.sbin/timed/timed/globals.h    Sun Oct 16 16:58:54 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: globals.h,v 1.11 2007/01/25 23:25:20 cbiere Exp $      */
+/*     $NetBSD: globals.h,v 1.12 2022/10/16 16:58:54 rillig Exp $      */
 
 /*-
  * Copyright (c) 1985 The Regents of the University of California.
@@ -148,8 +148,8 @@
 extern struct netinfo *fromnet, *slavenet;
 extern FILE *fd;
 extern long delay1, delay2;
-extern int nslavenets;                 /* nets were I could be a slave */
-extern int nmasternets;                        /* nets were I could be a master */
+extern int nslavenets;                 /* nets where I could be a slave */
+extern int nmasternets;                        /* nets where I could be a master */
 extern int nignorednets;               /* ignored nets */
 extern int nnets;                      /* nets I am connected to */
 



Home | Main Index | Thread Index | Old Index