=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/include/cord.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/gc/include/cord.h 1999/12/03 07:39:10 1.1 +++ OpenXM_contrib2/asir2000/gc/include/cord.h 2001/04/20 07:39:25 1.2 @@ -41,7 +41,7 @@ * This interface is fairly big, largely for performance reasons. * The most basic constants and functions: * - * CORD - the type fo a cord; + * CORD - the type of a cord; * CORD_EMPTY - empty cord; * CORD_len(cord) - length of a cord; * CORD_cat(cord1,cord2) - concatenation of two cords;