[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.
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.
*/