Cleanup typos and newlines

This commit is contained in:
Brian Anderson 2011-04-01 00:00:20 -04:00
parent efb738153c
commit 1bc06bc59b
3 changed files with 3 additions and 3 deletions

View file

@ -5388,7 +5388,7 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
if (ty.type_is_boxed(r_ty)) {
// The value resulting from the block gets copied into an
// alloca created in an outer scope and it's refcount
// alloca created in an outer scope and its refcount
// bumped so that it can escape this block. This means
// that it will definitely live until the end of the
// enclosing scope, even if nobody uses it, which may be

View file

@ -28,4 +28,4 @@ fn test() {
fn main() {
test();
}
}

View file

@ -7,4 +7,4 @@ fn main() {
};
check (*x == 100);
}
}