浏览代码

fixed typo

ceriel 34 年之前
父节点
当前提交
16ae54ece3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lang/cem/libcc.ansi/time/misc.c

+ 1 - 1
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;
 };