From fd9e01e92a5d665e5b6c3221cd67970038cf7a6c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 20 Sep 2011 20:02:48 -0400 Subject: fix some header typos --- include/sys/timex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/timex.h') diff --git a/include/sys/timex.h b/include/sys/timex.h index a1689777..12623922 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -7,7 +7,7 @@ extern "C" { #include -struct npttimeval { +struct ntptimeval { struct timeval time; long maxerror, esterror; }; -- cgit v1.2.1