VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Devices/Graphics/HGSMI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp

    r32622 r33540  
    145145
    146146    HGSMILIST hostFIFO;                /* Pending host buffers. */
    147     HGSMILIST hostFIFORead;            /* Host buffers readed by the guest. */
     147    HGSMILIST hostFIFORead;            /* Host buffers read by the guest. */
    148148    HGSMILIST hostFIFOProcessed;       /* Processed by the guest. */
    149149    HGSMILIST hostFIFOFree;            /* Buffers for reuse. */
     
    10251025 * Convenience function that allows posting the host command asynchronously
    10261026 * and make it freed on completion.
    1027  * The caller does not get notified in any way on command complation,
     1027 * The caller does not get notified in any way on command completion,
    10281028 * on success return the pvMem buffer can not be used after being passed to this function
    10291029 *
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h

    r32622 r33540  
    2929typedef struct _HGSMIINSTANCE *PHGSMIINSTANCE;
    3030
    31 /* Callback for the guest notifiation about a new host buffer. */
     31/* Callback for the guest notification about a new host buffer. */
    3232typedef DECLCALLBACK(void) FNHGSMINOTIFYGUEST(void *pvCallback);
    3333typedef FNHGSMINOTIFYGUEST *PFNHGSMINOTIFYGUEST;
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