chore(docs): Fix typo

This commit is contained in:
Berkus Decker 2023-12-22 14:51:43 +02:00
parent fbfcfcff8a
commit 23705cd7ed
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ unsafe fn reset() -> ! {
// arithmetic on them directly may lead to Undefined Behavior, because the
// compiler may assume they come from different allocations and thus performing
// undesirable optimizations on them.
// So we use a painter-and-a-size as described in provenance section.
// So we use a pointer-and-a-size as described in provenance section.
let bss = slice::from_raw_parts_mut(
__BSS_START.get() as *mut u64,