Skip to content

Commit 4c5b868

Browse files
authored
Rollup merge of #39482 - king6cong:master, r=frewsxcv
doc comment rewording
2 parents d1f8c44 + 380ba6d commit 4c5b868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ macro_rules! newtype_index {
6363
}
6464

6565
/// Lowered representation of a single function.
66-
// Do not implement clone for Mir, its easy to do so accidently and its kind of expensive.
66+
// Do not implement clone for Mir, which can be accidently done and kind of expensive.
6767
#[derive(RustcEncodable, RustcDecodable, Debug)]
6868
pub struct Mir<'tcx> {
6969
/// List of basic blocks. References to basic block use a newtyped index type `BasicBlock`

0 commit comments

Comments
 (0)