Index: /trunk/src/VBox/Runtime/testcase/tstMp-1.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstMp-1.cpp	(revision 33813)
+++ /trunk/src/VBox/Runtime/testcase/tstMp-1.cpp	(revision 33814)
@@ -109,5 +109,5 @@
             else if (RTMpGetMaxFrequency(idCpu) != 0)
             {
-                RTPrintf("tstMp-1: FAILURE: RTMpGetCurFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu);
+                RTPrintf("tstMp-1: FAILURE: RTMpGetMaxFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu);
                 g_cErrors++;
             }
