VirtualBox

Changeset 14318 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 18, 2008 4:56:53 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39513
Message:

Fix a couple of words doubled in comments. No code changes.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r13836 r14318  
    6363/**
    6464 * Structure describing a simple heap block.
    65  * If this block is allocated, it is followed by the user user data.
     65 * If this block is allocated, it is followed by the user data.
    6666 * If this block is free, see RTHEAPSIMPLEFREE.
    6767 */
  • trunk/src/VBox/Runtime/common/time/time.cpp

    r8579 r14318  
    619619 *
    620620 * It is possible to calculate year-day from month/day and vice
    621  * versa. If you adjust any of of these, make sure to zero the
     621 * versa. If you adjust any of these, make sure to zero the
    622622 * other so you make it clear which of the fields to use. If
    623623 * it's ambiguous, the year-day field is used (and you get
  • trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c

    r9444 r14318  
    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 that the timer is suspended. */
    6161    uint8_t volatile        fSuspended;
    6262    /** Whether the timer must run on a specific CPU or not. */
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r13103 r14318  
    132132     * This is NIL_RTSPINLOCK if cCpus == 1. */
    133133    RTSPINLOCK              hSpinlock;
    134     /** Flag indicating the the timer is suspended. */
     134    /** Flag indicating that the timer is suspended. */
    135135    bool volatile           fSuspended;
    136136    /** Whether the timer must run on one specific CPU or not. */
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c

    r13298 r14318  
    5959     * is destroyed to indicate clearly that thread should exit. */
    6060    uint32_t volatile       u32Magic;
    61     /** Flag indicating the the timer is suspended. */
     61    /** Flag indicating that the timer is suspended. */
    6262    uint8_t volatile        fSuspended;
    6363    /** Run on all CPUs if set */
  • trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp

    r12960 r14318  
    7878/** The object isn't initialized. */
    7979#define EVENT_STATE_UNINITIALIZED   0
    80 /** The semaphore is is signaled. */
     80/** The semaphore is signaled. */
    8181#define EVENT_STATE_SIGNALED        0xff00ff00
    8282/** The semaphore is not signaled. */
  • trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp

    r12960 r14318  
    6767/** The object isn't initialized. */
    6868#define EVENTMULTI_STATE_UNINITIALIZED   0
    69 /** The semaphore is is signaled. */
     69/** The semaphore is signaled. */
    7070#define EVENTMULTI_STATE_SIGNALED        0xff00ff00
    7171/** The semaphore is not signaled. */
Note: See TracChangeset for help on using the changeset viewer.

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