VirtualBox

Changeset 14318 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Nov 18, 2008 4:56:53 PM (16 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Runtime/r3/posix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.

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