fix some header typos

This commit is contained in:
Rich Felker
2011-09-20 20:02:48 -04:00
parent d23a543d8a
commit fd9e01e92a
2 changed files with 2 additions and 2 deletions

View File

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