Module Name: src
Committed By: pgoyette
Date: Tue Jan 15 12:42:12 UTC 2019
Modified Files:
src/sys/sys [pgoyette-compat]: compat_stub.h
Log Message:
Fix a copy/pasto in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/sys/sys/compat_stub.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/compat_stub.h
diff -u src/sys/sys/compat_stub.h:1.1.2.49 src/sys/sys/compat_stub.h:1.1.2.50
--- src/sys/sys/compat_stub.h:1.1.2.49 Tue Jan 15 04:10:35 2019
+++ src/sys/sys/compat_stub.h Tue Jan 15 12:42:12 2019
@@ -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 @@ MODULE_HOOK(ntp_adjtime1_hook, int, (str
/*
* 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 *);