Skip to content

Commit ef44452

Browse files
committed
chore(rustc_expand): fix typo in comment
1 parent 2c7bc5e commit ef44452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/mbe/quoted.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub(super) fn parse(
7272
// this with just `span.edition()`. A
7373
// `SyntaxContext::root()` from the current crate will
7474
// have the edition of the current crate, and a
75-
// `SyntaxxContext::root()` from a foreign crate will
75+
// `SyntaxContext::root()` from a foreign crate will
7676
// have the edition of that crate (which we manually
7777
// retrieve via the `edition` parameter).
7878
if span.ctxt() == SyntaxContext::root() {

0 commit comments

Comments
 (0)