Skip to content

Commit 67f4d1a

Browse files
author
Vincent Moens
committed
pegeable -> pageable
1 parent 5f57f50 commit 67f4d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/pinmem_nonblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# back this page into RAM (_swap in_ or _page in_).
7070
# In turn, the OS may have to _swap out_ (or _page out_) another page to make room for the new page.
7171
#
72-
# In contrast to pageable memory, a _pinned_ (or _page-locked_ or _non-pegeable_) memory is a type of memory that cannot
72+
# In contrast to pageable memory, a _pinned_ (or _page-locked_ or _non-pageable_) memory is a type of memory that cannot
7373
# be swapped out to disk.
7474
# It allows for faster and more predictable access times, but has the downside that it is more limited than the
7575
# pageable memory (aka the main memory).

0 commit comments

Comments
 (0)