VirtualBox

Changeset 36489 in vbox


Ignore:
Timestamp:
Apr 1, 2011 12:02:32 PM (14 years ago)
Author:
vboxsync
Message:

comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/handletable.h

    r33540 r36489  
    9292#define RTHANDLETABLE_FLAGS_CONTEXT     RT_BIT_32(0)
    9393/** Whether the handle table should take care of the serialization.
    94  * If not specfied the caller will have to take care of that. */
     94 * If not specified the caller will have to take care of that. */
    9595#define RTHANDLETABLE_FLAGS_LOCKED      RT_BIT_32(1)
    9696/** The mask of valid flags. */
    9797#define RTHANDLETABLE_FLAGS_MASK        UINT32_C(0x00000003)
    98 /* @} */
     98/** @} */
    9999
    100100
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