Skip to content

Commit fe2082e

Browse files
committed
Fix typo in function name of template code
1 parent e20a958 commit fe2082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpfloat_template.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static inline int VALIDATE_INPUT(const optstruct *fpopts) {
288288
}
289289

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

0 commit comments

Comments
 (0)