summaryrefslogtreecommitdiffstats
path: root/src/H5SL.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-07-25 01:40:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-07-25 01:40:00 (GMT)
commitd3548fa09c42810976b3824f032a2bec6e62bf4f (patch)
tree6a384e6e558bc6d0e21f82cdf1c3851c50abe888 /src/H5SL.c
parent24112b0112517b3fb6063e4818b245b530c849c0 (diff)
downloadhdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.zip
hdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.tar.gz
hdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.tar.bz2
[svn-r12495] Description:
Checkpoint further work on object deletion code for fractal heaps. I believe everything is finally working for this sub-task. More regression tests soon, but I don't foresee any problems. Machines: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago)
Diffstat (limited to 'src/H5SL.c')
-rw-r--r--src/H5SL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SL.c b/src/H5SL.c
index a6e1d0b..a35c8a6 100644
--- a/src/H5SL.c
+++ b/src/H5SL.c
@@ -1324,7 +1324,7 @@ H5SL_prev(H5SL_node_t *slist_node)
NAME
H5SL_last
PURPOSE
- Gets a pointer to the lsat node in a skip list
+ Gets a pointer to the last node in a skip list
USAGE
H5SL_node_t *H5SL_last(slist)
H5SL_t *slist; IN: Pointer to skip list