Skip to content

Commit 3b07272

Browse files
Wasabi375Freax13
andauthored
fix spelling mistake
Co-authored-by: Tom Dohrmann <[email protected]>
1 parent b36417f commit 3b07272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kernels/lower_memory_free/src/bin/lower_memory_free.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn kernel_main(boot_info: &'static mut BootInfo) -> ! {
3838
}
3939

4040
writeln!(serial(), "Free lower memory page count: {}", count).unwrap();
41-
assert!(count > 0x10); // 0x10 chosen arbirarily, we need _some_ free conventional memory, but not all of it. Some, especially on BIOS, may be reserved for hardware.
41+
assert!(count > 0x10); // 0x10 chosen arbitrarily, we need _some_ free conventional memory, but not all of it. Some, especially on BIOS, may be reserved for hardware.
4242
exit_qemu(QemuExitCode::Success);
4343
}
4444

0 commit comments

Comments
 (0)