提交 1929ac20 编写于 作者: D Denis Merigoux 提交者: Eduard-Mihai Burtescu

Fixed typos

上级 4787b7ca
...@@ -740,7 +740,7 @@ fn link_natively(sess: &Session, ...@@ -740,7 +740,7 @@ fn link_natively(sess: &Session,
// with some thread pool working in the background. It seems that no one // with some thread pool working in the background. It seems that no one
// currently knows a fix for this so in the meantime we're left with this... // currently knows a fix for this so in the meantime we're left with this...
info!("{:?}", &cmd); info!("{:?}", &cmd);
let retry_on_segfault = env::var("RUSTc_RETRY_LINKER_ON_SEGFAULT").is_ok(); let retry_on_segfault = env::var("RUSTC_RETRY_LINKER_ON_SEGFAULT").is_ok();
let mut prog; let mut prog;
let mut i = 0; let mut i = 0;
loop { loop {
......
...@@ -19,7 +19,7 @@ pub trait TypeMethods: Backend { ...@@ -19,7 +19,7 @@ pub trait TypeMethods: Backend {
fn type_i32(&self) -> Self::Type; fn type_i32(&self) -> Self::Type;
fn type_i64(&self) -> Self::Type; fn type_i64(&self) -> Self::Type;
fn type_i128(&self) -> Self::Type; fn type_i128(&self) -> Self::Type;
fn type_ix(&self, num_bites: u64) -> Self::Type; fn type_ix(&self, num_bits: u64) -> Self::Type;
fn type_f32(&self) -> Self::Type; fn type_f32(&self) -> Self::Type;
fn type_f64(&self) -> Self::Type; fn type_f64(&self) -> Self::Type;
fn type_x86_mmx(&self) -> Self::Type; fn type_x86_mmx(&self) -> Self::Type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册