VirtualBox

Ignore:
Timestamp:
Jun 4, 2014 5:09:03 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94145
Message:

Runtime: Comment nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/iprt.h

    r44529 r51519  
    55
    66/*
    7  * Copyright (C) 2009-2012 Oracle Corporation
     7 * Copyright (C) 2009-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6363
    6464/** @def RT_MORE_STRICT
    65  * Enables more assertions in IPRT.  */
     65 * Enables more assertions in IPRT. */
    6666#if !defined(RT_MORE_STRICT) && (defined(DEBUG) || defined(RT_STRICT) || defined(DOXYGEN_RUNNING)) && !defined(RT_OS_WINDOWS) /** @todo enable on windows after testing */
    6767# define RT_MORE_STRICT
     
    9898 * Extended version of RT_ASSERT_PREEMPT_CPUID for use before
    9999 * RTSpinlockAcquired* returns.  This macro works the idCpuOwner and idAssertCpu
    100  * members of the spinlock instance data.  */
     100 * members of the spinlock instance data. */
    101101#ifdef RT_MORE_STRICT
    102102# define RT_ASSERT_PREEMPT_CPUID_SPIN_ACQUIRED(pThis) \
     
    172172
    173173/** @def RT_ASSERT_INTS_ON
    174  * Asserts that interrupts are disabled when RT_MORE_STRICT is defined.   */
     174 * Asserts that interrupts are disabled when RT_MORE_STRICT is defined. */
    175175#ifdef RT_MORE_STRICT
    176176# if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
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