mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 19:01:06 +00:00
[qfcc] Fix missing words in a comment
This commit is contained in:
parent
9acfdea8b5
commit
5535a6a509
1 changed files with 3 additions and 3 deletions
|
@ -274,9 +274,9 @@ expr_t *expr_file_line (expr_t *dst, const expr_t *src);
|
|||
|
||||
/** Create a new label name.
|
||||
|
||||
The label name is guaranteed to to the compilation. It is made up of the
|
||||
name of the current function plus an incrementing number. The number is
|
||||
not reset between functions.
|
||||
The label name is guaranteed to be unique to the compilation. It is made
|
||||
up of the name of the current function plus an incrementing number. The
|
||||
number is not reset between functions.
|
||||
|
||||
\return The string representing the label name.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue