From 6b53c29600ff943fb3cb1984a24d5553d8458c6f Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 21 Jul 2021 14:52:33 +0100 Subject: [PATCH] Fix typo. --- src/mem/pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/pool.h b/src/mem/pool.h index d718c79..bedbce5 100644 --- a/src/mem/pool.h +++ b/src/mem/pool.h @@ -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);