fix copypasta err

This commit is contained in:
Lotte Steenbrink 2021-01-22 15:21:47 +01:00
parent 92e61650b2
commit 5372bfa0fe

View file

@ -20,7 +20,7 @@ fn main() -> ! {
#[inline(never)]
fn spam() {
// allocate and initialize one kilobyte of stack memory to provoke stack overflow
// allocate and initialize 4 kilobytes of stack memory to provoke stack overflow
let use_stack = [0xAA_u32; 1024];
log::info!(