Fix typos in comments (missing i's).

This commit is contained in:
paveljanik
2014-07-23 22:47:18 +02:00
committed by Wladimir J. van der Laan
parent 59abcefc2e
commit ab651b2d62
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ public:
* Due to the unpredictable order of static initializers, we have to make sure the
* LockedPageManager instance exists before any other STL-based objects that use
* secure_allocator are created. So instead of having LockedPageManager also be
* static-intialized, it is created on demand.
* static-initialized, it is created on demand.
*/
class LockedPageManager: public LockedPageManagerBase<MemoryPageLocker>
{