Skip to content

Commit

Permalink
beautiful unicode apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Feb 19, 2025
1 parent ddf1164 commit f33c9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ psm_stack_manipulation! {
fn _grow(stack_size: usize, callback: &mut dyn FnMut()) {
// Calculate a number of pages we want to allocate for the new stack.
// For maximum portability we want to produce a stack that is aligned to a page and has
// a size that's a multiple of page size. Furthermore we want to allocate two extras pages
// a size thats a multiple of page size. Furthermore we want to allocate two extras pages
// for the stack guard. To achieve that we do our calculations in number of pages and
// convert to bytes last.
let page_size = page_size();
Expand Down

0 comments on commit f33c9cf

Please sign in to comment.