diff options
Diffstat (limited to 'src/misc/types.h')
| -rw-r--r-- | src/misc/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/types.h b/src/misc/types.h index 591dba3..77ee903 100644 --- a/src/misc/types.h +++ b/src/misc/types.h @@ -146,7 +146,7 @@ typedef UNROLL((*unroll_f)); */ #define CHECK(check_name) GENERATOR(check_name) -typedef CHECK((*check_t)); +typedef CHECK((*check_f)); /** * GENERATOR(gen_f) @@ -159,7 +159,7 @@ typedef CHECK((*check_t)); GENERATOR(gen_skip); /** - * CHECK(check_t) + * CHECK(check_f) * * @param curve A curve_t being checked * @param cfg An application config |
