libsupport_zynq: fix doc

tcp-recv-fnmut
Astro 2020-04-28 01:11:57 +02:00
parent 614b1ef350
commit 2802d21d08
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ pub struct Core1<S: AsMut<[u32]>> {
impl<S: AsMut<[u32]>> Core1<S> {
/// 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 };