From 2802d21d08c88f95e7226889aea13232b47f3086 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 28 Apr 2020 01:11:57 +0200 Subject: [PATCH] libsupport_zynq: fix doc --- libsupport_zynq/src/boot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };