Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sareen committed Jul 29, 2024
1 parent 65e93a2 commit e26f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/vmspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl<VM: VMBinding> VMSpace<VM> {
// bootimage
#[cfg(set_unlog_bits_vm_space)]
if self.common.needs_log_bit {
<E::VM as VMBinding>::VMObjectModel::GLOBAL_LOG_BIT_SPEC.store_atomic::<E::VM, u8>(
VM::VMObjectModel::GLOBAL_LOG_BIT_SPEC.store_atomic::<VM, u8>(
object,
1,
None,
Expand Down

0 comments on commit e26f37c

Please sign in to comment.