diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-13 15:45:24 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-13 15:45:24 -0700 |
| commit | 7bba0ae97335a6790d08eed6a515b5c82f558edd (patch) | |
| tree | 6fd9f6f775a472e2213b188c6b2dc22f5ae1863a | |
| parent | 78d11b899b6ec4d2ed8c18499c1213fecd3c6424 (diff) | |
| download | rust-7bba0ae97335a6790d08eed6a515b5c82f558edd.tar.gz rust-7bba0ae97335a6790d08eed6a515b5c82f558edd.zip | |
Change stray `cont` to `again` in a comment.
| -rw-r--r-- | src/rustc/middle/liveness.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/liveness.rs b/src/rustc/middle/liveness.rs index 50ab6b4b627..5a65e786204 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 = |
