about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2021-09-15 09:13:18 -0700
committerMichael Howell <michael@notriddle.com>2021-09-15 09:13:18 -0700
commitef44452a83a21742d67187c0f23d96ce5a05aaff (patch)
treeeedfeb2d4e902af04913cea3061372cfbd565824
parent2c7bc5e33c25e29058cbafefe680da8d5e9220e9 (diff)
downloadrust-ef44452a83a21742d67187c0f23d96ce5a05aaff.tar.gz
rust-ef44452a83a21742d67187c0f23d96ce5a05aaff.zip
chore(rustc_expand): fix typo in comment
-rw-r--r--compiler/rustc_expand/src/mbe/quoted.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/mbe/quoted.rs b/compiler/rustc_expand/src/mbe/quoted.rs
index fb7479eafc8..363cc72b52c 100644
--- a/compiler/rustc_expand/src/mbe/quoted.rs
+++ b/compiler/rustc_expand/src/mbe/quoted.rs
@@ -72,7 +72,7 @@ pub(super) fn parse(
                                             // this with just `span.edition()`. A
                                             // `SyntaxContext::root()` from the current crate will
                                             // have the edition of the current crate, and a
-                                            // `SyntaxxContext::root()` from a foreign crate will
+                                            // `SyntaxContext::root()` from a foreign crate will
                                             // have the edition of that crate (which we manually
                                             // retrieve via the `edition` parameter).
                                             if span.ctxt() == SyntaxContext::root() {