Fix typo in NetBSD PAL.

This commit is contained in:
David Chisnall
2019-08-01 14:57:15 +01:00
parent caec12c545
commit 84140722fa

View File

@@ -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:
/**