Skip to content

Commit 36faf5e

Browse files
committed
Merge pull request SamyPesse#49 from simono/patch-1
Chapter 8: Fix typo.
2 parents 3e7b6e6 + f829113 commit 36faf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Paging will allow our kernel to:
1212
* to have a unique memory space for each process
1313
* to allow and unallow memory space in a dynamic way
1414

15-
In a paged system, each process may execute in its own 4gb area of memory, without any chance of effecting any other process's memory, or the kernel's. It simplified multitasking.
15+
In a paged system, each process may execute in its own 4gb area of memory, without any chance of effecting any other process's memory, or the kernel's. It simplifies multitasking.
1616

1717
![Processes memories](./processes.png)
1818

0 commit comments

Comments
 (0)