Index: /trunk/psLib/test/collections/tst_psBitSet_01.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_01.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_01.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 1:
+ *  This test driver contains the following tests for psBitSet test point 1:
  *     A)  Create psBitSet
  *     B)  Set bits
@@ -17,6 +17,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/test/collections/tst_psBitSet_02.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_02.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_02.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 2:
+ *  This test driver contains the following tests for psBitSet test point 2:
  *     A)  Create two psBitSets
  *     B)  Perform binary AND with psBitSets
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/test/collections/tst_psBitSet_03.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_03.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_03.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 3:
+ *  This test driver contains the following tests for psBitSet test point 3:
  *     A)  Create two psBitSets
  *     B)  Perform binary OR with psBitSets
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/test/collections/tst_psBitSet_04.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_04.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_04.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 4:
+ *  This test driver contains the following tests for psBitSet test point 4:
  *     A)  Create two psBitSets
  *     B)  Perform binary XOR with psBitSets
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/test/collections/tst_psBitSet_05.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_05.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_05.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 5:
+ *  This test driver contains the following tests for psBitSet test point 5:
  *     A)  Create two psBitSets of different size
  *     B)  Attempt OR with psBitsets, should get error
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/test/collections/tst_psBitSet_06.c
===================================================================
--- /trunk/psLib/test/collections/tst_psBitSet_06.c	(revision 1174)
+++ /trunk/psLib/test/collections/tst_psBitSet_06.c	(revision 1175)
@@ -3,5 +3,5 @@
  *  @brief Test driver for psBitSet functions
  *
- *  This test driver contains the following tests for psArray test point 6:
+ *  This test driver contains the following tests for psBitSet test point 6:
  *     A)  Create two psBitSets
  *     B)  Perform invalid binary operation with psBitSets
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 21:56:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
