Skip to content

Commit 7bba0ae

Browse files
committed
Change stray cont to again in a comment.
1 parent 78d11b8 commit 7bba0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/liveness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ class liveness {
770770
// _______________________________________________________________________
771771

772772
fn compute(decl: fn_decl, body: blk) -> live_node {
773-
// if there is a `break` or `cont` at the top level, then it's
773+
// if there is a `break` or `again` at the top level, then it's
774774
// effectively a return---this only occurs in `for` loops,
775775
// where the body is really a closure.
776776
let entry_ln: live_node =

0 commit comments

Comments
 (0)