Fix a typo in a comment.

This commit is contained in:
Dan Gohman
2018-06-11 20:24:18 -07:00
parent 3027579cbe
commit ffe57d9051

View File

@@ -246,8 +246,8 @@ pub trait TargetIsa: fmt::Display {
/// ///
/// The legalizer will adapt argument and return values as necessary at all ABI boundaries. /// 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 /// When this function is called to legalize the signature of the function currently being
/// compiler, `current` is true. The legalized signature can then also contain special purpose /// compiled, `current` is true. The legalized signature can then also contain special purpose
/// arguments and return values such as: /// arguments and return values such as:
/// ///
/// - A `link` argument representing the link registers on RISC architectures that don't push /// - A `link` argument representing the link registers on RISC architectures that don't push