Skip to content

Commit

Permalink
Fix typo in function name of template code
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasi committed Jan 10, 2025
1 parent e20a958 commit fe2082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpfloat_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static inline int VALIDATE_INPUT(const optstruct *fpopts) {
}

/* Compute floating-point parameters required by the rounding functions. */
#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_golbal_params)
#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_global_params)
static inline FPPARAMS COMPUTE_GLOBAL_PARAMS(const optstruct *fpopts,
int *retval) {

Expand Down

0 comments on commit fe2082e

Please sign in to comment.