Index: /trunk/src/VBox/Main/include/Performance.h
===================================================================
--- /trunk/src/VBox/Main/include/Performance.h	(revision 80667)
+++ /trunk/src/VBox/Main/include/Performance.h	(revision 80668)
@@ -582,5 +582,5 @@
         void preCollect(CollectorHints& hints, uint64_t iTick);
         void collect();
-        const char *getUnit() { return "mB"; };
+        const char *getUnit() { return "MB"; };
         ULONG getMinValue() { return 0; };
         ULONG getMaxValue() { return INT32_MAX; };
@@ -603,5 +603,5 @@
         void preCollect(CollectorHints& hints, uint64_t iTick);
         void collect();
-        const char *getUnit() { return "mB"; };
+        const char *getUnit() { return "MB"; };
         ULONG getMinValue() { return 0; };
         ULONG getMaxValue() { return INT32_MAX; };
@@ -734,5 +734,5 @@
         void preCollect(CollectorHints& hints, uint64_t iTick);
         void collect();
-        const char *getUnit() { return "mB"; };
+        const char *getUnit() { return "MB"; };
         ULONG getMinValue() { return 0; };
         ULONG getMaxValue() { return INT32_MAX; };
Index: /trunk/src/VBox/Main/testcase/tstCollector.cpp
===================================================================
--- /trunk/src/VBox/Main/testcase/tstCollector.cpp	(revision 80667)
+++ /trunk/src/VBox/Main/testcase/tstCollector.cpp	(revision 80668)
@@ -230,7 +230,7 @@
             return 1;
         }
-        RTPrintf("tstCollector: host root fs total     = %lu mB\n", total);
-        RTPrintf("tstCollector: host root fs used      = %lu mB\n", used);
-        RTPrintf("tstCollector: host root fs available = %lu mB\n\n", available);
+        RTPrintf("tstCollector: host root fs total     = %lu MB\n", total);
+        RTPrintf("tstCollector: host root fs used      = %lu MB\n", used);
+        RTPrintf("tstCollector: host root fs available = %lu MB\n\n", available);
     }
     return 0;
