Index: /trunk/include/VBox/GuestHost/SharedClipboard-uri.h
===================================================================
--- /trunk/include/VBox/GuestHost/SharedClipboard-uri.h	(revision 80662)
+++ /trunk/include/VBox/GuestHost/SharedClipboard-uri.h	(revision 80663)
@@ -274,7 +274,7 @@
 #pragma pack()
 AssertCompileSize(SHCLFSOBJATTR, 44);
-/** Pointer to a shared folder filesystem object attributes structure. */
+/** Pointer to a Shared Clipboard filesystem object attributes structure. */
 typedef SHCLFSOBJATTR *PSHCLFSOBJATTR;
-/** Pointer to a const shared folder filesystem object attributes structure. */
+/** Pointer to a const Shared Clipboard filesystem object attributes structure. */
 typedef const SHCLFSOBJATTR *PCSHCLFSOBJATTR;
 
@@ -320,7 +320,7 @@
 #pragma pack()
 AssertCompileSize(SHCLFSOBJINFO, 92);
-/** Pointer to a shared folder filesystem object information structure. */
+/** Pointer to a Shared Clipboard filesystem object information structure. */
 typedef SHCLFSOBJINFO *PSHCLFSOBJINFO;
-/** Pointer to a const shared folder filesystem object information
+/** Pointer to a const Shared Clipboard filesystem object information
  *  structure. */
 typedef const SHCLFSOBJINFO *PCSHCLFSOBJINFO;
Index: /trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk
===================================================================
--- /trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk	(revision 80662)
+++ /trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk	(revision 80663)
@@ -23,5 +23,5 @@
 
 #
-# The shared folder service DLL.
+# The Shared Clipboard service DLL.
 #
 DLLS += VBoxSharedClipboard
