Skip to content

Commit

Permalink
Fix comment in H5private.h
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Nov 8, 2024
1 parent 5e8f558 commit e477946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ typedef off_t HDoff_t;

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

Expand Down

0 comments on commit e477946

Please sign in to comment.