Fix typo in NetBSD PAL.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace snmalloc
|
||||
* This adds NetBSD-specific aligned allocation to the generic BSD
|
||||
* implementation.
|
||||
*/
|
||||
class PALNetBSD : public PALBSD_Aligned<PALFBSD>
|
||||
class PALNetBSD : public PALBSD_Aligned<PALNetBSD>
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user