From e61569df5e4cdd90d529d312fa9fb317f726e224 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Wed, 14 Nov 2012 07:15:01 +1300 Subject: [PATCH] Fix broken comment Signed-off-by: Charles Manning --- yaffs_guts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaffs_guts.h b/yaffs_guts.h index 0e334bd..941782d 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -39,7 +39,7 @@ * 2^(3*MAX_LEVEL+4) * * Thus a max level of 8 supports files with up to 2^^28 chunks which gives - * a maximum file size of arounf 51Gbytees with 2k chunks. + * a maximum file size of around 512Gbytees with 2k chunks. */ #define YAFFS_NTNODES_LEVEL0 16 #define YAFFS_TNODES_LEVEL0_BITS 4 -- 2.30.2