Merge pull request #76 from microsoft/pal_refactor

Fix typo in NetBSD PAL.
This commit is contained in:
David Chisnall
2019-08-01 14:58:40 +01:00
committed by GitHub

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