From: ceriel Date: Tue, 5 Jun 1990 09:50:28 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~1696 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6df0ecdf8f6f57d1e6f89fab96750e77e443a5ad;p=ack.git fixed typo --- 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; };