summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2018-05-10 13:44:43 +0000
committertb <tb@openbsd.org>2018-05-10 13:44:43 +0000
commit53529b02e0fbfbeacec580e7581a0f6c11383c5c (patch)
tree97a8ca1f342f41956f65160106ab963ea534faa9 /lib/libc
parentTCP debug sockets still had code for old TCP timers that were (diff)
downloadwireguard-openbsd-53529b02e0fbfbeacec580e7581a0f6c11383c5c.tar.xz
wireguard-openbsd-53529b02e0fbfbeacec580e7581a0f6c11383c5c.zip
Fix typo in RFC number.
ok benno
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/if_indextoname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/if_indextoname.c b/lib/libc/net/if_indextoname.c
index affa42551e9..3c6e8681fbe 100644
--- a/lib/libc/net/if_indextoname.c
+++ b/lib/libc/net/if_indextoname.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_indextoname.c,v 1.11 2015/10/23 13:09:19 claudio Exp $ */
+/* $OpenBSD: if_indextoname.c,v 1.12 2018/05/10 13:44:43 tb Exp $ */
/* $KAME: if_indextoname.c,v 1.6 2000/11/07 22:33:25 jinmei Exp $ */
/*-
@@ -35,7 +35,7 @@
#include <errno.h>
/*
- * From RFC 2533:
+ * From RFC 2553:
*
* The second function maps an interface index into its corresponding
* name.