Skip to content

Commit

Permalink
Fix typo (2)
Browse files Browse the repository at this point in the history
Co-Authored-By: nlewycky <[email protected]>
  • Loading branch information
losfair and nlewycky authored Mar 10, 2020
1 parent cfbcd88 commit e521dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ pub mod x64_decl {
}

impl ArgumentRegisterAllocator {
/// Allocates a register for argument type `ty`. Returns `None` if no register is available for this type..
/// Allocates a register for argument type `ty`. Returns `None` if no register is available for this type.
pub fn next(&mut self, ty: Type) -> Option<X64Register> {
static GPR_SEQ: &'static [GPR] =
&[GPR::RDI, GPR::RSI, GPR::RDX, GPR::RCX, GPR::R8, GPR::R9];
Expand Down

0 comments on commit e521dfe

Please sign in to comment.