summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-01-25 11:25:44 +0000
committerJohn Ogness <john.ogness@linutronix.de>2018-02-20 14:58:34 +0100
commit70e4b1c68e9ae9b0735c62939f7070c6bff23f7d (patch)
treea15ec3e1f70f662fa41d2828937ff98d09de3c90
parent1d66040712a426b2ebe1e79cc7cf5a7cd53168c4 (diff)
linux-mm-basics: fix spelling error
Chunks, not junks. Signed-off-by: John Ogness <john.ogness@linutronix.de>
-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