VirtualBox

Changeset 80663 in vbox


Ignore:
Timestamp:
Sep 9, 2019 8:48:41 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133194
Message:

Shared Clipboard: Comment naming typos.

Location:
trunk
Files:
2 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;
  • trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk

    r80623 r80663  
    2323
    2424#
    25 # The shared folder service DLL.
     25# The Shared Clipboard service DLL.
    2626#
    2727DLLS += VBoxSharedClipboard
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