backend_concept: fix typo in IsWritablePagemapWithRegister

This commit is contained in:
Nathaniel Wesley Filardo
2022-12-10 10:59:58 +00:00
committed by Nathaniel Filardo
parent c084157cc9
commit 6ca39403bf

View File

@@ -81,7 +81,7 @@ namespace snmalloc
*/
template<typename Pagemap>
concept IsWritablePagemapWithRegister =
IsReadablePagemap<Pagemap>&& IsPagemapWithRegister<Pagemap>;
IsWritablePagemap<Pagemap>&& IsPagemapWithRegister<Pagemap>;
/**
* The configuration also defines domestication (that is, the difference