From 6fc9fe2eba79958672a859497f75a689fa3e87f6 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Thu, 2 Nov 2017 07:18:34 +0900 Subject: [PATCH] Fix a typo --- src/driver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver.rs b/src/driver.rs index 8e4114bac..7bc5a109d 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -161,7 +161,7 @@ pub fn main() { rustc_driver::in_rustc_thread(|| { // Setting RUSTC_WRAPPER causes Cargo to pass 'rustc' as the first argument. - // We're invoking the compiler programatically, so we ignore this/ + // We're invoking the compiler programmatically, so we ignore this/ let mut orig_args: Vec = env::args().collect(); if orig_args.len() <= 1 { std::process::exit(1);