Index: trunk/psLib/test/sysUtils/tst_psHash03.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psHash03.c	(revision 892)
+++ trunk/psLib/test/sysUtils/tst_psHash03.c	(revision 1022)
@@ -2,5 +2,5 @@
     This code will test whether hash tables entries can be removed correctly.
  
-    GUS: Add code to test whether duplicates are handled correctly.
+    NOTE: Add code to test whether duplicates are handled correctly.
  *****************************************************************************/
 #include <stdio.h>
@@ -102,5 +102,5 @@
     while (myKeys[i] != NULL) {
         id = psHashRemove(myHashTable, myKeys[i], (void (*)(void *))IdFree);
-        // GUS: The psHashRemove() procedure removes the entry from the hash
+        // The psHashRemove() procedure removes the entry from the hash
         // table, but does not delete the data.  The following is necessary
         // to delete the data as well (which is returned from the call).
