diff --git a/lang/cem/libcc.ansi/time/misc.c b/lang/cem/libcc.ansi/time/misc.c index edbe3ef0a..133beb8e3 100644 --- a/lang/cem/libcc.ansi/time/misc.c +++ b/lang/cem/libcc.ansi/time/misc.c @@ -26,7 +26,7 @@ int _gettimeofday(struct timeval *tp, struct timezone *tzp); #if !defined(_MINIX) /* MINIX has no ftime() */ struct timeb { long time; - undigned short millitm; + unsigned short millitm; short timezone; short dstflag; };