diff --git a/libsupport_zynq/src/boot.rs b/libsupport_zynq/src/boot.rs index 3a998bc..0d12269 100644 --- a/libsupport_zynq/src/boot.rs +++ b/libsupport_zynq/src/boot.rs @@ -111,7 +111,7 @@ pub struct Core1> { impl> Core1 { /// Reset and start core1 /// - /// The stack must not be in OCM because core1 still has to + /// The stack must be in OCM because core1 still has to /// initialize its MMU before it can access DDR. pub fn start(stack: S) -> Self { let mut core = Core1 { stack };