Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-stoakes committed Jun 30, 2016
1 parent b9e36b6 commit 4beb300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 4.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ struct vm_area_struct {
};
```

* A region might represent the process help for use with `malloc()`, a memory
* A region might represent the process heap for use with `malloc()`, a memory
mapped file such as a shared library or some `mmap()`-ed memory.

* The pages for the region might be active and resident, paged out or even yet
Expand Down
2 changes: 1 addition & 1 deletion all.md
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ struct vm_area_struct {
};
```

* A region might represent the process help for use with `malloc()`, a memory
* A region might represent the process heap for use with `malloc()`, a memory
mapped file such as a shared library or some `mmap()`-ed memory.

* The pages for the region might be active and resident, paged out or even yet
Expand Down

0 comments on commit 4beb300

Please sign in to comment.