summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2018-05-10 13:44:43 +0000
committertb <>2018-05-10 13:44:43 +0000
commit53d4b718a9c6f35dea63adcfc4640490d5e1a267 (patch)
treee7700929f81ebc98d99e7a1feb32f8c9a28b907b
parent6c76d594390c6cab7221125d3b5bed22b4f0f46d (diff)
downloadopenbsd-53d4b718a9c6f35dea63adcfc4640490d5e1a267.tar.gz
openbsd-53d4b718a9c6f35dea63adcfc4640490d5e1a267.tar.bz2
openbsd-53d4b718a9c6f35dea63adcfc4640490d5e1a267.zip
Fix typo in RFC number.
ok benno
-rw-r--r--src/lib/libc/net/if_indextoname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/if_indextoname.c b/src/lib/libc/net/if_indextoname.c
index affa42551e..3c6e8681fb 100644
--- a/src/lib/libc/net/if_indextoname.c
+++ b/src/lib/libc/net/if_indextoname.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: if_indextoname.c,v 1.11 2015/10/23 13:09:19 claudio Exp $ */ 1/* $OpenBSD: if_indextoname.c,v 1.12 2018/05/10 13:44:43 tb Exp $ */
2/* $KAME: if_indextoname.c,v 1.6 2000/11/07 22:33:25 jinmei Exp $ */ 2/* $KAME: if_indextoname.c,v 1.6 2000/11/07 22:33:25 jinmei Exp $ */
3 3
4/*- 4/*-
@@ -35,7 +35,7 @@
35#include <errno.h> 35#include <errno.h>
36 36
37/* 37/*
38 * From RFC 2533: 38 * From RFC 2553:
39 * 39 *
40 * The second function maps an interface index into its corresponding 40 * The second function maps an interface index into its corresponding
41 * name. 41 * name.