=================================================================== RCS file: /home/cvs/OpenXM_contrib/gc/include/Attic/cord.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gc/include/Attic/cord.h 1999/11/27 10:58:33 1.1.1.1 +++ OpenXM_contrib/gc/include/Attic/cord.h 2000/12/01 14:48:29 1.1.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;