VirtualBox

Changeset 38782 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 16, 2011 4:15:00 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74077
Message:

Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r38532 r38782  
    401401     * a port is entering the idle state. */
    402402    bool volatile                   fSignalIdle;
    403     /** Flag whether we have tasks which need to be processed again- */
     403    /** Flag whether we have tasks which need to be processed again. */
    404404    bool volatile                   fRedo;
    405405    /** List of tasks which can be redone. */
     
    963963    pTaskState->CommandControlBlockGuest.uHostAdapterStatus = uHostAdapterStatus;
    964964    pTaskState->CommandControlBlockGuest.uDeviceStatus = uDeviceStatus;
     965    /* @todo: this is wrong - writing too much! */
    965966    PDMDevHlpPhysWrite(pBusLogic->CTX_SUFF(pDevIns), GCPhysAddrCCB, &pTaskState->CommandControlBlockGuest, sizeof(CommandControlBlock));
    966967
     
    994995 *
    995996 * @return nothing
    996  * @param  pMailbox   The mialbox to dump.
     997 * @param  pMailbox   The mailbox to dump.
    997998 * @param  fOutgoing  true if dumping the outgoing state.
    998999 *                    false if dumping the incoming state.
     
    14391440
    14401441            Log(("GCPhysAddrMailboxOutgoingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxOutgoingBase));
    1441             Log(("GCPhysAddrMailboxOutgoingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxIncomingBase));
     1442            Log(("GCPhysAddrMailboxIncomingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxIncomingBase));
    14421443            Log(("cMailboxes=%u\n", pBusLogic->cMailbox));
    14431444
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