From 7bba0ae97335a6790d08eed6a515b5c82f558edd Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Fri, 13 Jul 2012 15:45:24 -0700 Subject: [PATCH] Change stray `cont` to `again` in a comment. --- src/rustc/middle/liveness.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/middle/liveness.rs b/src/rustc/middle/liveness.rs index 50ab6b4b627b..5a65e7862040 100644 --- a/src/rustc/middle/liveness.rs +++ b/src/rustc/middle/liveness.rs @@ -770,7 +770,7 @@ class liveness { // _______________________________________________________________________ fn compute(decl: fn_decl, body: blk) -> live_node { - // if there is a `break` or `cont` at the top level, then it's + // if there is a `break` or `again` at the top level, then it's // effectively a return---this only occurs in `for` loops, // where the body is really a closure. let entry_ln: live_node =