diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-05-10 13:44:44 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-05-10 13:44:44 +0000 |
commit | 75d26dcb0c4d3fa41c13d8c6f600d68188d52f48 (patch) | |
tree | 235cca5bb267722e7b60d013fa9d3f880b402cfc | |
parent | 82bf1876102917a620c705c1a1810c75587eba88 (diff) |
Fix typo in RFC number.
ok benno
-rw-r--r-- | lib/libc/net/if_indextoname.c | 4 |
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. |