VirtualBox

Changeset 14298 in vbox for trunk


Ignore:
Timestamp:
Nov 18, 2008 12:47:26 PM (16 years ago)
Author:
vboxsync
Message:

Corrected a couple of grammos.

Location:
trunk/src/VBox/Runtime
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r14001 r14298  
    12361236
    12371237/**
    1238  * Recalculates scheduling attributes for the the default process
     1238 * Recalculates scheduling attributes for the default process
    12391239 * priority using the specified priority type for the calling thread.
    12401240 *
  • trunk/src/VBox/Runtime/common/string/utf-8.cpp

    r14007 r14298  
    771771 * Handle invalid encodings passed to RTStrGetCp() and RTStrGetCpEx().
    772772 * @returns rc
    773  * @param   ppsz        The pointer to the the string position point.
     773 * @param   ppsz        The pointer to the string position point.
    774774 * @param   pCp         Where to store RTUNICP_INVALID.
    775775 * @param   rc          The iprt error code.
     
    919919 * Handle invalid encodings passed to RTStrGetCpNEx().
    920920 * @returns rc
    921  * @param   ppsz        The pointer to the the string position point.
     921 * @param   ppsz        The pointer to the string position point.
    922922 * @param   pcch        Pointer to the string length.
    923923 * @param   pCp         Where to store RTUNICP_INVALID.
  • trunk/src/VBox/Runtime/generic/timer-generic.cpp

    r9444 r14298  
    5858     * is destroyed to indicate clearly that thread should exit. */
    5959    uint32_t volatile       u32Magic;
    60     /** Flag indicating the the timer is suspended. */
     60    /** Flag indicating the timer is suspended. */
    6161    uint8_t volatile        fSuspended;
    6262    /** Flag indicating that the timer has been destroyed. */
  • trunk/src/VBox/Runtime/generic/timerlr-generic.cpp

    r10972 r14298  
    6060     * is destroyed to indicate clearly that thread should exit. */
    6161    uint32_t volatile       u32Magic;
    62     /** Flag indicating the the timer is suspended. */
     62    /** Flag indicating the timer is suspended. */
    6363    bool volatile           fSuspended;
    6464    /** Flag indicating that the timer has been destroyed. */
  • trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp

    r9959 r14298  
    7575     * is destroyed to indicate clearly that thread should exit. */
    7676    uint32_t volatile       u32Magic;
    77     /** Flag indicating the the timer is suspended. */
     77    /** Flag indicating the timer is suspended. */
    7878    bool volatile           fSuspended;
    7979    /** Whether the timer must run on one specific CPU or not. */
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r9444 r14298  
    6060    /** The next timer in the timer list. */
    6161    PRTTIMER                pNext;
    62     /** Flag indicating the the timer is suspended. */
     62    /** Flag indicating the timer is suspended. */
    6363    uint8_t volatile        fSuspended;
    6464    /** Cleared at the start of timer processing, set when calling pfnTimer.
  • trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp

    r13213 r14298  
    110110     * is destroyed to indicate clearly that thread should exit. */
    111111    uint32_t volatile       u32Magic;
    112     /** Flag indicating the the timer is suspended. */
     112    /** Flag indicating the timer is suspended. */
    113113    uint8_t volatile        fSuspended;
    114114    /** Flag indicating that the timer has been destroyed. */
  • trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp

    r12158 r14298  
    10511051       * which is definitely greater than  0x3b9aca00.
    10521052       *
    1053        * bird: No, the C version does *not* crash. So, the question is whether there any
     1053       * bird: No, the C version does *not* crash. So, the question is whether there's any
    10541054       * code depending on it not crashing.
    10551055       *
    10561056       * Of course the assembly versions of the code crash right now for the reasons you've
    1057        * given, but the the 32-bit MSC version does not crash.
     1057       * given, but the 32-bit MSC version does not crash.
    10581058       *
    10591059       * frank: The C version does not crash but delivers incorrect results for this case.
  • trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp

    r13837 r14298  
    8585 * One test iteration with one file.
    8686 *
    87  * The test is very simple, we load the the file three times
     87 * The test is very simple, we load the file three times
    8888 * into two different regions. The first two into each of the
    8989 * regions the for compare usage. The third is loaded into one
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r13836 r14298  
    7878 * One test iteration with one file.
    7979 *
    80  * The test is very simple, we load the the file three times
     80 * The test is very simple, we load the file three times
    8181 * into two different regions. The first two into each of the
    8282 * regions the for compare usage. The third is loaded into one
  • trunk/src/VBox/Runtime/testcase/tstLdr.cpp

    r13836 r14298  
    7070 * One test iteration with one file.
    7171 *
    72  * The test is very simple, we load the the file three times
     72 * The test is very simple, we load the file three times
    7373 * into two different regions. The first two into each of the
    7474 * regions the for compare usage. The third is loaded into one
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