fixed typo
authorceriel <none@none>
Tue, 5 Jun 1990 09:50:28 +0000 (09:50 +0000)
committerceriel <none@none>
Tue, 5 Jun 1990 09:50:28 +0000 (09:50 +0000)
lang/cem/libcc.ansi/time/misc.c

index edbe3ef..133beb8 100644 (file)
@@ -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;
 };