From ffe57d9051d50e3380cb3aee6ad281f8a9efe4d9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 11 Jun 2018 20:24:18 -0700 Subject: [PATCH] Fix a typo in a comment. --- lib/codegen/src/isa/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codegen/src/isa/mod.rs b/lib/codegen/src/isa/mod.rs index b68f9fecb7..34733b92f7 100644 --- a/lib/codegen/src/isa/mod.rs +++ b/lib/codegen/src/isa/mod.rs @@ -246,8 +246,8 @@ pub trait TargetIsa: fmt::Display { /// /// The legalizer will adapt argument and return values as necessary at all ABI boundaries. /// - /// When this function is called to legalize the signature of the function currently begin - /// compiler, `current` is true. The legalized signature can then also contain special purpose + /// When this function is called to legalize the signature of the function currently being + /// compiled, `current` is true. The legalized signature can then also contain special purpose /// arguments and return values such as: /// /// - A `link` argument representing the link registers on RISC architectures that don't push