Fix some typos

This commit is contained in:
fsb4000
2016-11-28 15:19:05 +07:00
parent c4522e71c7
commit 15fa95d7e5
10 changed files with 12 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ private:
* An arena manages a contiguous region of memory. The pool starts out with one arena
* but can grow to multiple arenas if the need arises.
*
* Unlike a normal C heap, the administrative structures are seperate from the managed
* Unlike a normal C heap, the administrative structures are separate from the managed
* memory. This has been done as the sizes and bases of objects are not in themselves sensitive
* information, as to conserve precious locked memory. In some operating systems
* the amount of memory that can be locked is small.