[qfcc] Fix a typo in a comment

This commit is contained in:
Bill Currie 2025-01-20 00:50:09 +09:00
parent 21868d4a38
commit f511bb31c5

View file

@ -845,7 +845,7 @@ const float *expr_quaternion (const expr_t *e) __attribute__((pure));
const expr_t *new_bool_expr (bool bool_val);
const expr_t *new_lbool_expr (bool lbool_val);
/** Create a new itn constant expression node.
/** Create a new int constant expression node.
\param int_val The int constant being represented.
\param implicit The constant was implicit and should be auto-cast