diff options
| author | MarcoFalke <[email protected]> | 2016-11-29 11:12:39 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-11-29 11:13:57 +0100 |
| commit | 7bd1aa566fb4a4fe194f209085649f2c722b0cff (patch) | |
| tree | 2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/support | |
| parent | Merge #9219: doc: Improve windows build instructions using Linux subsystem (diff) | |
| parent | Fix some typos (diff) | |
| download | discoin-7bd1aa566fb4a4fe194f209085649f2c722b0cff.tar.xz discoin-7bd1aa566fb4a4fe194f209085649f2c722b0cff.zip | |
Merge #9233: Fix some typos
15fa95d Fix some typos (fsb4000)
Diffstat (limited to 'src/support')
| -rw-r--r-- | src/support/lockedpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/lockedpool.h b/src/support/lockedpool.h index 340341543..f5212bc26 100644 --- a/src/support/lockedpool.h +++ b/src/support/lockedpool.h @@ -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. |