mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 20:03:11 +00:00
[qfcc] Fix a typo in a comment
This commit is contained in:
parent
21868d4a38
commit
f511bb31c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue