Index: /trunk/include/iprt/cpp/ministring.h
===================================================================
--- /trunk/include/iprt/cpp/ministring.h	(revision 52548)
+++ /trunk/include/iprt/cpp/ministring.h	(revision 52549)
@@ -878,9 +878,9 @@
                           const RTCString &a_rstrSep = "");
 
-    /* Swaps the values of the two strings.
-     * Used instead of copying when the string which
-     * is copied will no longer be needed after copying
-     * Both of two strings remain valid.
-     * The method is exception-safe */
+    /**
+     * Swaps two strings in a fast way.
+     * Exception safe.
+     * 
+     * @param   that  the string to swap for */
     inline void swap(RTCString &that) throw()
     {
