VirtualBox

Changeset 80663 in vbox for trunk/include


Ignore:
Timestamp:
Sep 9, 2019 8:48:41 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Comment naming typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-uri.h

    r80662 r80663  
    274274#pragma pack()
    275275AssertCompileSize(SHCLFSOBJATTR, 44);
    276 /** Pointer to a shared folder filesystem object attributes structure. */
     276/** Pointer to a Shared Clipboard filesystem object attributes structure. */
    277277typedef SHCLFSOBJATTR *PSHCLFSOBJATTR;
    278 /** Pointer to a const shared folder filesystem object attributes structure. */
     278/** Pointer to a const Shared Clipboard filesystem object attributes structure. */
    279279typedef const SHCLFSOBJATTR *PCSHCLFSOBJATTR;
    280280
     
    320320#pragma pack()
    321321AssertCompileSize(SHCLFSOBJINFO, 92);
    322 /** Pointer to a shared folder filesystem object information structure. */
     322/** Pointer to a Shared Clipboard filesystem object information structure. */
    323323typedef SHCLFSOBJINFO *PSHCLFSOBJINFO;
    324 /** Pointer to a const shared folder filesystem object information
     324/** Pointer to a const Shared Clipboard filesystem object information
    325325 *  structure. */
    326326typedef const SHCLFSOBJINFO *PCSHCLFSOBJINFO;
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