From ab651b2d62778d6194ad996d29e7d447f549fc38 Mon Sep 17 00:00:00 2001 From: paveljanik Date: Wed, 23 Jul 2014 22:47:18 +0200 Subject: Fix typos in comments (missing i's). --- src/allocators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators.h') diff --git a/src/allocators.h b/src/allocators.h index 7012ef7e2a..be0be7ab96 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -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 { -- cgit v1.2.3