mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Fix the wording of a comment.
This commit is contained in:
parent
b68401e552
commit
6e7aaac1b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue