From 4212918096ab1a9eb5d7c9c35fa2441978fcd4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BB=8Bnh=20Tu=E1=BA=A5n=20Ph=C6=B0=C6=A1ng?= Date: Fri, 26 Apr 2019 05:43:35 -0400 Subject: Apply suggestion to rts/CheckUnload.c --- rts/CheckUnload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/CheckUnload.c') diff --git a/rts/CheckUnload.c b/rts/CheckUnload.c index de8180526b..084e85b728 100644 --- a/rts/CheckUnload.c +++ b/rts/CheckUnload.c @@ -42,7 +42,7 @@ // In certain circumstances, there may be a lot of unloaded ObjectCode structs // chained in `unloaded_objects` (such as when users `:load` a module in a very // big repo in GHCi). To speed up checking whether an address lies within any of -// these objects, we populate the addresses of the their mapped sections in +// these objects, we populate the addresses of their mapped sections in // an array sorted by their `start` address and do binary search for our address // on that array. Note that this works because the sections are mapped to mutual // exclusive memory regions, so we can simply find the largest lower bound among -- cgit v1.2.1