Skip to content

Commit

Permalink
Fix typo - glueing (#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 2, 2024
1 parent 16b2bc5 commit f2cf0be
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 @@ -950,7 +950,7 @@ H5_DLL int HDvasprintf(char **bufp, const char *fmt, va_list _ap);
#define H5_STRINGIZE(x) #x
#define H5_TOSTRING(x) H5_STRINGIZE(x)

/* Macro for "glueing" together items, for re-scanning macros */
/* Macro for "gluing" together items, for re-scanning macros */
#define H5_GLUE(x, y) x##y
#define H5_GLUE3(x, y, z) x##y##z
#define H5_GLUE4(w, x, y, z) w##x##y##z
Expand Down

0 comments on commit f2cf0be

Please sign in to comment.