Fix typo.

This commit is contained in:
Matthew Parkinson
2021-07-21 14:52:33 +01:00
committed by Matthew Parkinson
parent b5e89805c8
commit 6b53c29600

View File

@@ -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);