From c48463d9c87ee99b62de3152883f5a4375d7d841 Mon Sep 17 00:00:00 2001 From: Null Date: Sat, 26 Oct 2013 17:30:21 -0400 Subject: [PATCH] Grammar --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 2bd6e2a..4a6d03f 100644 --- a/README.txt +++ b/README.txt @@ -18,7 +18,7 @@ That is all. Launching the Halo app should now work. — Technical Info (for the curious) — -The bug in Halo is that is allocating memory by calling mmap with a fixed memory address. As such, Halo was overwriting crucial data on some systems due to the malloc changes in 10.9. The fix presented is calling mmap earlier on in the process. +The bug in Halo is that it’s allocating memory by calling mmap with a fixed memory address. As such, Halo was overwriting crucial data on some systems due to the malloc changes in 10.9. The fix presented is calling mmap earlier on in the process. — Misc. Links — HaloMD - http://halomd.net (for extending the life of Halo Mac and making it fun again)