VirtualBox

Changeset 69834 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 26, 2017 4:40:40 AM (7 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformatrt.cpp

    r69833 r69834  
    10221022                                {  "Gi", 30, _1G,  _1G64*2 },
    10231023                                {  "Mi", 20, _1M,  _1M*2 },
    1024                                 {  "ki", 10, _1K,  _1K*2 },
     1024                                {  "Ki", 10, _1K,  _1K*2 },
    10251025                            };
    10261026                            for (i = 0; i < RT_ELEMENTS(s_aUnits); i++)
     
    10541054                                {  "G", UINT64_C(1000000000),          UINT64_C(1010000000),           },
    10551055                                {  "M", UINT64_C(1000000),             UINT64_C(1010000),              },
    1056                                 {  "K", UINT64_C(1000),                UINT64_C(1010),                 },
     1056                                {  "k", UINT64_C(1000),                UINT64_C(1010),                 },
    10571057                            };
    10581058                            for (i = 0; i < RT_ELEMENTS(s_aUnits); i++)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette