From 5ce3b967c46142e211d619e5cb0d183ff0551f46 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 31 Aug 2018 15:14:20 +0206 Subject: processes: fix minor typo Signed-off-by: John Ogness --- linux-basics/linux-processes/pres_linux-processes_en.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux-basics/linux-processes/pres_linux-processes_en.tex') diff --git a/linux-basics/linux-processes/pres_linux-processes_en.tex b/linux-basics/linux-processes/pres_linux-processes_en.tex index b300f4d..21ab9b4 100644 --- a/linux-basics/linux-processes/pres_linux-processes_en.tex +++ b/linux-basics/linux-processes/pres_linux-processes_en.tex @@ -29,8 +29,8 @@ of the executable. Linux uses the ELF format (Executable Linking Format) \begin{frame} \frametitle{Process creation} -From the operatings system's point of view, there are basically two steps, -which are performed when starting a process. +From the operating system's point of view there are basically two steps +that are performed when starting a process. \begin{itemize} \item A process is created using the fork() system call \item The execve() system call loads a new program into the process memory -- cgit v1.2.3