From 5535a6a5093fdb6fd1b4f944e7946552fb8f5fc2 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 11 Mar 2020 10:49:49 +0900 Subject: [PATCH] [qfcc] Fix missing words in a comment --- tools/qfcc/include/expr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/qfcc/include/expr.h b/tools/qfcc/include/expr.h index f0f118e8d..99fa466b9 100644 --- a/tools/qfcc/include/expr.h +++ b/tools/qfcc/include/expr.h @@ -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. */