about summary refs log tree commit diff
path: root/compiler/rustc_macros/src
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-12 11:15:46 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-05-12 17:20:49 +0000
commit1caaa887003ed84b5c7022ded53ff50e699af666 (patch)
tree364044934e331c2dc6f3ba4fdfd1a0e096cc5178 /compiler/rustc_macros/src
parentac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff)
downloadrust-1caaa887003ed84b5c7022ded53ff50e699af666.tar.gz
rust-1caaa887003ed84b5c7022ded53ff50e699af666.zip
Fix typos
Diffstat (limited to 'compiler/rustc_macros/src')
-rw-r--r--compiler/rustc_macros/src/symbols.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_macros/src/symbols.rs b/compiler/rustc_macros/src/symbols.rs
index 0400de62274..2b00b7dd27a 100644
--- a/compiler/rustc_macros/src/symbols.rs
+++ b/compiler/rustc_macros/src/symbols.rs
@@ -299,7 +299,7 @@ fn symbols_with_errors(input: TokenStream) -> (TokenStream, Vec<syn::Error>) {
     let output = quote! {
         const SYMBOL_DIGITS_BASE: u32 = #symbol_digits_base;
 
-        /// The number of predefined symbols; this is the the first index for
+        /// The number of predefined symbols; this is the first index for
         /// extra pre-interned symbols in an Interner created via
         /// [`Interner::with_extra_symbols`].
         pub const PREDEFINED_SYMBOLS_COUNT: u32 = #predefined_symbols_count;