Skip to content

Commit 1313e38

Browse files
authored
Fix typo in unimplemented macro (#203)
1 parent 7ea4d23 commit 1313e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmtk/src/vm_metadata/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use mmtk::vm::*;
33
#[cfg(target_pointer_width = "64")]
44
pub(crate) const FORWARDING_BITS_OFFSET: isize = 56;
55
#[cfg(target_pointer_width = "32")]
6-
pub(crate) const FORWARDING_BITS_OFFSET: isize = unimplemenged!();
6+
pub(crate) const FORWARDING_BITS_OFFSET: isize = unimplemented!();
77

88
pub(crate) const FORWARDING_POINTER_OFFSET: isize = 0;
99

0 commit comments

Comments
 (0)