Fix a typo in a comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user