summaryrefslogtreecommitdiff
path: root/linux-basics/linux-processes
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-08-31 15:14:20 +0206
committerJohn Ogness <john.ogness@linutronix.de>2018-08-31 15:14:20 +0206
commit5ce3b967c46142e211d619e5cb0d183ff0551f46 (patch)
tree6ed359852439ee8ae64cc2bf4fe472d54340044b /linux-basics/linux-processes
parent0f5b08eb755023e1e4c8bcb660ba52a7efa4afd3 (diff)
processes: fix minor typo
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'linux-basics/linux-processes')
-rw-r--r--linux-basics/linux-processes/pres_linux-processes_en.tex4
1 files changed, 2 insertions, 2 deletions
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