VirtualBox

Changeset 20440 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 9, 2009 1:27:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48389
Message:

comment/typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp

    r11822 r20440  
    11/* $Id$ */
    22/** @file
    3  * IPRT Testcase - Simple Semaphore Smoke Test.
     3 * IPRT Testcase - Simple Mutex Semaphore Smoke Test.
    44 */
    55
     
    188188        uint64_t Delta = RT_ABS((int64_t)(g_au64[i] - Normal));
    189189        if (Delta > Normal / 2)
    190             RTPrintf("tstSemMutex: Warning! Thread %d diviates by more than 50%% - %llu (it) vs. %llu (avg)\n",
     190            RTPrintf("tstSemMutex: Warning! Thread %d deviates by more than 50%% - %llu (it) vs. %llu (avg)\n",
    191191                     i, g_au64[i], Normal);
    192192        if (Delta > MaxDiviation)
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