Browse Source

fix some header typos

Rich Felker 13 years ago
parent
commit
fd9e01e92a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/netinet/in.h
  2. 1 1
      include/sys/timex.h

+ 1 - 1
include/netinet/in.h

@@ -233,7 +233,7 @@ struct in6_pktinfo
 	unsigned ipi6_ifindex;
 };
 
-struct in6_mutinfo
+struct ip6_mtuinfo
 {
 	struct sockaddr_in6 ip6m_addr;
 	uint32_t ip6m_mtu;

+ 1 - 1
include/sys/timex.h

@@ -7,7 +7,7 @@ extern "C" {
 
 #include <sys/time.h>
 
-struct npttimeval {
+struct ntptimeval {
 	struct timeval time;
 	long maxerror, esterror;
 };