summaryrefslogtreecommitdiff
path: root/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex')
-rw-r--r--kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex b/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex
index f46c91d..1ea8251 100644
--- a/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex
+++ b/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex
@@ -96,7 +96,7 @@ Possible settings are:
\begin{frame}
\frametitle{The heap: Userland handling}
\begin{itemize}
-\item For small junks, malloc() allocates memory from the heap and adjusts the
+\item For small chunks, malloc() allocates memory from the heap and adjusts the
size using sbrk()
\item For larger blocks (larger than defined in MMAP\_THRESHOLD) the memory is
allocated as private, anonymous mapping