chiark / gitweb /
Describe installation of manpages.
[mLib] / dynarray.h
index a082dd033927530b0759e2287a299d708c316293..5174f11110dcf370a8e4bcbd6164dc4bf971d26a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dynarray.h,v 1.3 1999/05/06 19:51:35 mdw Exp $
+ * $Id: dynarray.h,v 1.4 1999/05/13 22:48:55 mdw Exp $
  *
  * Dynamic arrays implementation
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dynarray.h,v $
+ * Revision 1.4  1999/05/13 22:48:55  mdw
+ * Change `-ise' to `-ize' throughout.
+ *
  * Revision 1.3  1999/05/06 19:51:35  mdw
  * Reformatted the LGPL notice a little bit.
  *
@@ -146,7 +149,7 @@ extern void prefix ## _free(prefix ## _chunk **base);
 /* --- Macro: @DYNARRAY@ --- *
  *
  * Arguments:  @prefix@ = prefix string for uniquification
- *             @init@ = how to initialise a chunk
+ *             @init@ = how to initialize a chunk
  *             @kill@ = how to free a chunk
  *
  * Use:                Builds template routines for dynamically growing arrays.