Skip to content

Commit c301ba5

Browse files
committed
Fix a typo in a comment.
1 parent e2e4d0b commit c301ba5

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl MirPhase {
116116
}
117117
}
118118

119-
/// Parses an `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
119+
/// Parses a `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
120120
pub fn parse(dialect: String, phase: Option<String>) -> Self {
121121
match &*dialect.to_ascii_lowercase() {
122122
"built" => {

0 commit comments

Comments
 (0)