summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2020-11-17 12:11:04 +0000
committermglocker <mglocker@openbsd.org>2020-11-17 12:11:04 +0000
commit94043e77226de2539ea5c3bf8bc847047e140889 (patch)
treefd66674c8814be756e98bbaf18ef45b663d059c7
parentSpecify that the KDF function is bcrypt. Based on github PR#214 (diff)
downloadwireguard-openbsd-94043e77226de2539ea5c3bf8bc847047e140889.tar.xz
wireguard-openbsd-94043e77226de2539ea5c3bf8bc847047e140889.zip
Fix comment sysctl(3) -> sysctl(2).
-rw-r--r--sbin/sysctl/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 40f54773f1c..003992d6441 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.252 2020/07/15 07:13:56 kettenis Exp $ */
+/* $OpenBSD: sysctl.c,v 1.253 2020/11/17 12:11:04 mglocker Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -134,7 +134,7 @@ struct ctlname witnessname[] = CTL_KERN_WITNESS_NAMES;
char names[BUFSIZ];
int lastused;
-/* Maximum size object to expect from sysctl(3) */
+/* Maximum size object to expect from sysctl(2) */
#define SYSCTL_BUFSIZ 8192
struct list {