From f425d8846d52b80cc8e198adf42c7859e4e69cd8 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Wed, 16 May 2018 15:44:16 -0400 Subject: [PATCH] fix typo in code comment original commit: 5a11fac7fb92cd8a1bc278ddc782d33bd24c7106 --- mats/foreign4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mats/foreign4.c b/mats/foreign4.c index dd17f38103..82bbc5aec3 100644 --- a/mats/foreign4.c +++ b/mats/foreign4.c @@ -40,7 +40,7 @@ typedef long long i64; # define EXPORT #endif -/* To help make sure that argument and result handling doens't +/* To help make sure that argument and result handling doesn't read or write too far, try to provide functions that allocate a structure at the end of a memory page (where the next page is likely to be unmapped) */