From 6ca39403bf919a9b70eeacb6f1f3f9b9bbf48201 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 10 Dec 2022 10:59:58 +0000 Subject: [PATCH] backend_concept: fix typo in IsWritablePagemapWithRegister --- src/snmalloc/mem/backend_concept.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snmalloc/mem/backend_concept.h b/src/snmalloc/mem/backend_concept.h index 215db1c..167836a 100644 --- a/src/snmalloc/mem/backend_concept.h +++ b/src/snmalloc/mem/backend_concept.h @@ -81,7 +81,7 @@ namespace snmalloc */ template concept IsWritablePagemapWithRegister = - IsReadablePagemap&& IsPagemapWithRegister; + IsWritablePagemap&& IsPagemapWithRegister; /** * The configuration also defines domestication (that is, the difference