From 70e4b1c68e9ae9b0735c62939f7070c6bff23f7d Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 25 Jan 2018 11:25:44 +0000 Subject: linux-mm-basics: fix spelling error Chunks, not junks. Signed-off-by: John Ogness --- kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-devel') 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 -- cgit v1.2.3