Skip to content

Commit e477946

Browse files
author
Dana Robinson
committed
Fix comment in H5private.h
1 parent 5e8f558 commit e477946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ typedef off_t HDoff_t;
603603

604604
/* __int64 is the correct type for the st_size field of the _stati64
605605
* struct on Windows (MSDN isn't very clear about this). POSIX systems use
606-
* off_t. Both of these are typedef'd to HDoff_t in H5public.h.
606+
* off_t. Both of these are typedef'd to HDoff_t (above).
607607
*/
608608
typedef HDoff_t h5_stat_size_t;
609609

0 commit comments

Comments
 (0)