Skip to content

Commit f33c9cf

Browse files
committed
beautiful unicode apostrophe
1 parent ddf1164 commit f33c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ psm_stack_manipulation! {
222222
fn _grow(stack_size: usize, callback: &mut dyn FnMut()) {
223223
// Calculate a number of pages we want to allocate for the new stack.
224224
// For maximum portability we want to produce a stack that is aligned to a page and has
225-
// a size that's a multiple of page size. Furthermore we want to allocate two extras pages
225+
// a size thats a multiple of page size. Furthermore we want to allocate two extras pages
226226
// for the stack guard. To achieve that we do our calculations in number of pages and
227227
// convert to bytes last.
228228
let page_size = page_size();

0 commit comments

Comments
 (0)