diff --git a/tools/qfcc/source/statements.c b/tools/qfcc/source/statements.c index 8b05b9271..013e067f5 100644 --- a/tools/qfcc/source/statements.c +++ b/tools/qfcc/source/statements.c @@ -1313,7 +1313,7 @@ merge_blocks (sblock_t *blocks) s = (statement_t *) sb->tail; if (!is_goto (s) && !is_return (s)) continue; - // desination block is reachable via only goto of the current block + // desination block is reachable only via goto of the current block if (!dest->next) dest->next = new_sblock (); sb->next = dest->next; // pull dest out of the chain