VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c

    r31898 r33540  
    208208    uint16_t                cIsocInUrbs;     /* Number of Isoc. IN inflight URBs */
    209209    list_t                  hIsocInLandedReqs;   /* Isoc. IN landed requests */
    210     uint16_t                cbIsocInLandedReqs;  /* Cummulative size of landed Isoc. IN requests */
     210    uint16_t                cbIsocInLandedReqs;  /* Cumulative size of landed Isoc. IN requests */
    211211    size_t                  cbMaxIsocData;   /* Maximum size of Isoc. IN landed buffer */
    212212} vboxusb_ep_t;
     
    286286    int                     fPoll;           /* Polling status flag */
    287287    RTPROCESS               Process;         /* The process (id) of the session */
    288     VBOXUSBREQ_CLIENT_INFO  ClientInfo;      /* Registeration data */
     288    VBOXUSBREQ_CLIENT_INFO  ClientInfo;      /* Registration data */
    289289    vboxusb_power_t        *pPower;          /* Power Management */
    290290} vboxusb_state_t;
     
    11261126
    11271127/**
    1128  * IOCtl processor for user to kernel and kernel to kernel communcation.
     1128 * IOCtl processor for user to kernel and kernel to kernel communication.
    11291129 *
    11301130 * @returns  VBox status code.
     
    28312831    {
    28322832        /*
    2833          * Remove from head and move to tail so that when several URBs are reaped continously we get to use
     2833         * Remove from head and move to tail so that when several URBs are reaped continuously we get to use
    28342834         * up each one free 'head'.
    28352835         */
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