From: David Given Date: Mon, 25 Jan 2016 20:14:53 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7804b1ce4b1b9e93f898f716db018d9240b04f2e;p=FUZIX.git Fix typo. --- diff --git a/Kernel/include/userstructs.h b/Kernel/include/userstructs.h index 6401de97..f7d25aee 100644 --- a/Kernel/include/userstructs.h +++ b/Kernel/include/userstructs.h @@ -19,7 +19,7 @@ struct _uzistat uint16_t st_gid; uint16_t st_rdev; uint32_t st_size; - uint32_t st_atime; /* Breaks in 2038 */ + uint32_t st_atime; uint32_t st_mtime; uint32_t st_ctime; uint32_t st_timeh; /* Time high bytes */