VirtualBox

Changeset 33205 in vbox


Ignore:
Timestamp:
Oct 18, 2010 2:58:33 PM (14 years ago)
Author:
vboxsync
Message:

comment typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD.h

    r33182 r33205  
    627627     * @param   pvBuffer        Pointer to the bits need to be written.
    628628     * @param   cbBuffer        How many bytes to write.
    629      * @param   pcbWritten      Where to store how many bytes where actually written.
     629     * @param   pcbWritten      Where to store how many bytes were actually written.
    630630     */
    631631    DECLR3CALLBACKMEMBER(int, pfnWriteSync, (void *pvUser, void *pStorage, uint64_t uOffset,
     
    641641     * @param   pvBuffer        Where to store the read bits.
    642642     * @param   cbBuffer        How many bytes to read.
    643      * @param   pcbRead         Where to store how many bytes where actually read.
     643     * @param   pcbRead         Where to store how many bytes were actually read.
    644644     */
    645645    DECLR3CALLBACKMEMBER(int, pfnReadSync, (void *pvUser, void *pStorage, uint64_t uOffset,
     
    17021702     * @param   pvBuffer        Pointer to the bits need to be written.
    17031703     * @param   cbBuffer        How many bytes to write.
    1704      * @param   pcbWritten      Where to store how many bytes where actually written.
     1704     * @param   pcbWritten      Where to store how many bytes were actually written.
    17051705     *
    17061706     * @notes Do not use in code called from the async read/write entry points in the backends.
     
    17201720     * @param   pvBuffer        Where to store the read bits.
    17211721     * @param   cbBuffer        How many bytes to read.
    1722      * @param   pcbRead         Where to store how many bytes where actually read.
     1722     * @param   pcbRead         Where to store how many bytes were actually read.
    17231723     *
    17241724     * @notes See pfnWriteSync()
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