Nit: Add missing close brace in code comment

This commit is contained in:
Robin Randhawa
2021-01-27 17:19:37 +00:00
parent 1462fe8638
commit 4dbfaf3ec1

View File

@@ -519,7 +519,7 @@ pub fn clone(flags: CloneFlags, stack_base: usize) -> Result<ContextId> {
// Update the pointer to the InterruptStack to reflect the new process'
// stack. (Without this the pointer would be InterruptStack on the parent
// process' stack.
// process' stack).
*(new_sp as *mut u64) = new_sp as u64 + istack_offset;
// Update tpidr_el0 in the new process' InterruptStack