[qfcc] Fix missing words in a comment

This commit is contained in:
Bill Currie 2020-03-11 10:49:49 +09:00
parent 9acfdea8b5
commit 5535a6a509

View file

@ -274,9 +274,9 @@ expr_t *expr_file_line (expr_t *dst, const expr_t *src);
/** Create a new label name. /** Create a new label name.
The label name is guaranteed to to the compilation. It is made up of the The label name is guaranteed to be unique to the compilation. It is made
name of the current function plus an incrementing number. The number is up of the name of the current function plus an incrementing number. The
not reset between functions. number is not reset between functions.
\return The string representing the label name. \return The string representing the label name.
*/ */