Skip to content

Commit

Permalink
Update comments based on review feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Oct 22, 2024
1 parent d1d15ea commit 5d16157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/H5.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ H5_init_library(void)

/*
* Initialize interfaces that use macros of the form "(H5OPEN <var>)", so
* that the variable returned through the macros nas been initialized.
* that the variable returned through the macros has been initialized.
* Also initialize some interfaces that might not be able to initialize
* themselves soon enough.
*
Expand Down
2 changes: 1 addition & 1 deletion src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ extern char H5_lib_vers_info_g[];
} \
}
#define H5_PACKAGE_NO_INIT(err) \
/* Initialize this interface or bust */ \
/* Mark a package without an init interface call as initialized */
if (H5_UNLIKELY(!H5_PKG_INIT_VAR && !H5_TERM_GLOBAL)) \
H5_PKG_INIT_VAR = true;
#define H5_PACKAGE_INIT(pkg_init, err) H5_GLUE3(H5_PACKAGE_, pkg_init, _INIT)(err)
Expand Down

0 comments on commit 5d16157

Please sign in to comment.