[PATCH 1/1] disk: typo Terra Bytes
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Sep 17 17:57:21 CEST 2020
512 * 2^32 bytes equals 2 tebibytes.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
disk/part_efi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/disk/part_efi.c b/disk/part_efi.c
index de3491821f..60b1c1d761 100644
--- a/disk/part_efi.c
+++ b/disk/part_efi.c
@@ -7,7 +7,7 @@
/*
* NOTE:
* when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this
- * limits the maximum size of addressable storage to < 2 Terra Bytes
+ * limits the maximum size of addressable storage to < 2 tebibytes
*/
#include <common.h>
#include <blk.h>
--
2.28.0
More information about the U-Boot
mailing list