summaryrefslogtreecommitdiffstats
path: root/src/H5Tbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tbit.c')
-rw-r--r--src/H5Tbit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tbit.c b/src/H5Tbit.c
index 452d44a..ded80a5 100644
--- a/src/H5Tbit.c
+++ b/src/H5Tbit.c
@@ -75,7 +75,7 @@ H5T_bit_copy (uint8_t *dst, size_t dst_offset, const uint8_t *src,
* ... v v v v v V V V V V
* ...+---------------+---------------+
* ...|7 6 5 4 3 2 1 0|7 6 5 4 3 2 1 0|
- ...+---------------+---------------+
+ * ...+---------------+---------------+
* dst[d_idx+1] dst[d_idx]
*/
while (src_offset && size>0) {
@@ -492,8 +492,8 @@ done:
*
* Failure: Negative
*
- * Programmer: Raymond Lu
- * Mar 17, 2004
+ * Programmer: Robb Matzke
+ * Friday, June 26, 1998
*
* Modifications:
*