about summary refs log tree commit diff
path: root/compiler/rustc_driver/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-06-05 17:02:53 +0200
committerGitHub <noreply@github.com>2023-06-05 17:02:53 +0200
commit7c363c22a26e947071e0c7288ae418f056b995eb (patch)
tree7c423e9fc7fc4180f49f406af981dbab108632c9 /compiler/rustc_driver/src
parent714ab6dc37f0c399f2ee6a7fa55bea3560689483 (diff)
parente30c52d428a2e4347244fd382f956ab04c100d6c (diff)
downloadrust-7c363c22a26e947071e0c7288ae418f056b995eb.tar.gz
rust-7c363c22a26e947071e0c7288ae418f056b995eb.zip
Rollup merge of #112315 - lucascherzer:master, r=Nilstrieb
fix spelling error

"rexport" is not valid spelling: https://www.merriam-webster.com/dictionary/re-export
Diffstat (limited to 'compiler/rustc_driver/src')
-rw-r--r--compiler/rustc_driver/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs
index 4eabba575f4..0cd0b51b6ad 100644
--- a/compiler/rustc_driver/src/lib.rs
+++ b/compiler/rustc_driver/src/lib.rs
@@ -1,4 +1,4 @@
-// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
+// This crate is intentionally empty and a re-export of `rustc_driver_impl` to allow the code in
 // `rustc_driver_impl` to be compiled in parallel with other crates.
 
 pub use rustc_driver_impl::*;