]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - util.c
Fix component size checks in validate_super0.
[thirdparty/mdadm.git] / util.c
diff --git a/util.c b/util.c
index e68d55f3c5cf74f53fc836c29f1ad15deb72ea7f..0ea7e0d27d8a3cd347fbcc255141f0d11ef0aa30 100644 (file)
--- a/util.c
+++ b/util.c
@@ -640,7 +640,7 @@ char *human_size(long long bytes)
         * We allow upto 2048Megabytes before converting to
         * gigabytes, as that shows more precision and isn't
         * too large a number.
-        * Terrabytes are not yet handled.
+        * Terabytes are not yet handled.
         */
 
        if (bytes < 5000*1024)