]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Thu, 28 Apr 2005 13:18:30 +0000 (06:18 -0700)
committerhniksic <devnull@localhost>
Thu, 28 Apr 2005 13:18:30 +0000 (06:18 -0700)
src/utils.c

index b332f5a333a0313a774ad4f32f46461e00afea27..4315c36de784b7b69237a4d40c7a48448cc3cbd5 100644 (file)
@@ -1244,11 +1244,11 @@ with_thousand_seps_large (LARGE_INT l)
    usually improves readability."
 
    This intentionally uses kilobyte (KB), megabyte (MB), etc. in their
-   original computer science meaning of "multiples of 1024".
-   Multiples of 1000 would be useless since Wget already adds thousand
-   separators for legibility.  We don't use the "*bibyte" names
-   invented in 1998, and seldom used in practice.  Wikipedia's entry
-   on kilobyte discusses this in some detail.  */
+   original computer science meaning of "powers of 1024".  Powers of
+   1000 would be useless since Wget already displays sizes with
+   thousand separators.  We don't use the "*bibyte" names invented in
+   1998, and seldom used in practice.  Wikipedia's entry on kilobyte
+   discusses this in some detail.  */
 
 char *
 human_readable (wgint n)