chiark / gitweb /
Version bump.
[mLib] / dstr.c
diff --git a/dstr.c b/dstr.c
index 7c03a3c5496346e77d92cce48bfbfb9065d4b04e..d15fba8355780f1f54cb3aa82cacdc2f17a6bc5d 100644 (file)
--- a/dstr.c
+++ b/dstr.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dstr.c,v 1.11 1999/10/28 22:05:29 mdw Exp $
+ * $Id: dstr.c,v 1.12 1999/12/10 23:42:04 mdw Exp $
  *
  * Handle dynamically growing strings
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: dstr.c,v $
+ * Revision 1.12  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.11  1999/10/28 22:05:29  mdw
  * Modify and debug allocation routines.
  *
@@ -111,7 +114,7 @@ void dstr_destroy(dstr *d) { DDESTROY(d); }
 
 /* --- @dstr_reset@ --- *
  *
- * Arguments:  @dstr *d@ = pointer to a dynaimc string block
+ * Arguments:  @dstr *d@ = pointer to a dynamic string block
  *
  * Returns:    ---
  *