Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/sys Fix a copy/pasto in a comment



details:   https://anonhg.NetBSD.org/src/rev/c2025ec97646
branches:  pgoyette-compat
changeset: 447539:c2025ec97646
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 15 12:42:12 2019 +0000

description:
Fix a copy/pasto in a comment

diffstat:

 sys/sys/compat_stub.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35709e8dd9c1 -r c2025ec97646 sys/sys/compat_stub.h
--- a/sys/sys/compat_stub.h     Tue Jan 15 10:52:20 2019 +0000
+++ b/sys/sys/compat_stub.h     Tue Jan 15 12:42:12 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.h,v 1.1.2.49 2019/01/15 04:10:35 pgoyette Exp $        */
+/* $NetBSD: compat_stub.h,v 1.1.2.50 2019/01/15 12:42:12 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 /*
  * Routine hooks for SCTP code - used by rtsock
  *
- * MP-hooks not needed since the NTP code is not modular
+ * MP-hooks not needed since the SCTP code is not modular
  */
 struct ifaddr;
 extern void (*vec_sctp_add_ip_address)(struct ifaddr *);



Home | Main Index | Thread Index | Old Index