From 3c9dc06ba2034e867c9169e60e854539875654fd Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Thu, 19 Dec 2019 09:11:42 -0500 Subject: Fix typos, via a Levenshtein-style corrector --- compiler/utils/Binary.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/Binary.hs') diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs index 94a09288b5..f363976626 100644 --- a/compiler/utils/Binary.hs +++ b/compiler/utils/Binary.hs @@ -670,7 +670,7 @@ Consider a valie like `2724268014499746065`, some sort of hash actually generated by GHC. In the old scheme this was encoded as a list of 19 chars. This gave a size of 77 Bytes, one for the length of the list and 76 -since we encod chars as Word32 as well. +since we encode chars as Word32 as well. We can easily do better. The new plan is: -- cgit v1.2.1