diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-09-20 20:02:48 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-09-20 20:02:48 -0400 |
commit | fd9e01e92a5d665e5b6c3221cd67970038cf7a6c (patch) | |
tree | 0dc41b92aabb9536284aee3844d263ab3eb5017b /include/sys/timex.h | |
parent | d23a543d8acfedb7c0284888d72c4aa347b8c46e (diff) | |
download | musl-fd9e01e92a5d665e5b6c3221cd67970038cf7a6c.tar.gz musl-fd9e01e92a5d665e5b6c3221cd67970038cf7a6c.tar.xz musl-fd9e01e92a5d665e5b6c3221cd67970038cf7a6c.zip |
fix some header typos
Diffstat (limited to 'include/sys/timex.h')
-rw-r--r-- | include/sys/timex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/time.h> -struct npttimeval { +struct ntptimeval { struct timeval time; long maxerror, esterror; }; |