From 84140722fa10dcb307f67abc522f4c84f30c14dd Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 1 Aug 2019 14:57:15 +0100 Subject: [PATCH] Fix typo in NetBSD PAL. --- src/pal/pal_netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pal/pal_netbsd.h b/src/pal/pal_netbsd.h index 0c7cb68..d6ebf71 100644 --- a/src/pal/pal_netbsd.h +++ b/src/pal/pal_netbsd.h @@ -11,7 +11,7 @@ namespace snmalloc * This adds NetBSD-specific aligned allocation to the generic BSD * implementation. */ - class PALNetBSD : public PALBSD_Aligned + class PALNetBSD : public PALBSD_Aligned { public: /**