fix(vm) Fixed a typo in a comment

This commit is contained in:
ptitSeb
2021-09-03 15:26:51 +02:00
parent 6d8f4d6f80
commit bb416b905d

View File

@@ -54,7 +54,7 @@ impl BaseTunables {
// wasting too much memory.
// The Windows memory manager seems more laxed than the other ones
// And a guard of just 1 page may not be enough is some borderline cases
// So using 2 pages for guard on this plateform
// So using 2 pages for guard on this platform
#[cfg(target_os = "windows")]
let dynamic_memory_offset_guard_size: u64 = 0x2_0000;
#[cfg(not(target_os = "windows"))]