From e477946563cc53addf2614f583c893fe05070d35 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 8 Nov 2024 07:43:03 -0800 Subject: [PATCH] Fix comment in H5private.h --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5private.h b/src/H5private.h index 55853fc771a..43ea4f6b696 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -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;