We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f57f50 commit 67f4d1aCopy full SHA for 67f4d1a
intermediate_source/pinmem_nonblock.py
@@ -69,7 +69,7 @@
69
# back this page into RAM (_swap in_ or _page in_).
70
# In turn, the OS may have to _swap out_ (or _page out_) another page to make room for the new page.
71
#
72
-# In contrast to pageable memory, a _pinned_ (or _page-locked_ or _non-pegeable_) memory is a type of memory that cannot
+# In contrast to pageable memory, a _pinned_ (or _page-locked_ or _non-pageable_) memory is a type of memory that cannot
73
# be swapped out to disk.
74
# It allows for faster and more predictable access times, but has the downside that it is more limited than the
75
# pageable memory (aka the main memory).
0 commit comments