summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/ubiqx/ubi_Cache.h')
-rw-r--r--source3/ubiqx/ubi_Cache.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/ubiqx/ubi_Cache.h b/source3/ubiqx/ubi_Cache.h
index 76aab3172e..0fc3a074f7 100644
--- a/source3/ubiqx/ubi_Cache.h
+++ b/source3/ubiqx/ubi_Cache.h
@@ -49,7 +49,7 @@
*
* To use this module, you will need to supply a comparison function of
* type ubi_trCompFunc and a node-freeing function of type
- * ubi_trKillNodeTrn. See ubi_BinTree.h for more information on
+ * ubi_trKillNodeRtn. See ubi_BinTree.h for more information on
* these. (This is all basic ubiqx tree management stuff.)
*
* Notes:
@@ -93,6 +93,9 @@
* -------------------------------------------------------------------------- **
*
* Log: ubi_Cache.h,v
+ * Revision 0.4 1999/09/22 03:42:24 crh
+ * Fixed a minor typo.
+ *
* Revision 0.3 1998/06/03 18:00:15 crh
* Further fiddling with sys_include.h, which is no longer explicitly
* included by this module since it is inherited from ubi_BinTree.h.