From 86cf46d02110e60a2353a95548e881f41b9a1a15 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 10 Jul 2023 14:22:59 +0900 Subject: [PATCH] Fix drift in comment in mmap_other (#1572) --- internal/platform/mmap_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/mmap_other.go b/internal/platform/mmap_other.go index 620cdd3c..ed5c40a4 100644 --- a/internal/platform/mmap_other.go +++ b/internal/platform/mmap_other.go @@ -1,4 +1,4 @@ -// This uses syscall.Mprotect. Go's SDK only supports this on darwin and linux. +// Separated from linux which has support for huge pages. //go:build darwin || freebsd package platform