Fix typo.
This commit is contained in:
committed by
Matthew Parkinson
parent
b5e89805c8
commit
6b53c29600
@@ -54,7 +54,7 @@ namespace snmalloc
|
||||
if (p == nullptr)
|
||||
{
|
||||
SharedStateHandle::Backend::Pal::error(
|
||||
"Failed to initialisation thread local allocator.");
|
||||
"Failed to initialise thread local allocator.");
|
||||
}
|
||||
|
||||
FlagLock f(pool.lock);
|
||||
|
||||
Reference in New Issue
Block a user