From 38ded74349fa7896ff321c1e43c6a028206bb0d0 Mon Sep 17 00:00:00 2001
From: Siddharth Bhat <siddharth.bath@tweag.io>
Date: Tue, 25 Jun 2019 15:12:45 +0200
Subject: [PATCH] [skip ci] Typo fix: b*ar*nches -> b*ra*nches

---
 compiler/coreSyn/CoreArity.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/CoreArity.hs b/compiler/coreSyn/CoreArity.hs
index bb4577378547..b020f788e0cf 100644
--- a/compiler/coreSyn/CoreArity.hs
+++ b/compiler/coreSyn/CoreArity.hs
@@ -694,7 +694,7 @@ Consider
                            False -> \s(one-shot). e1
            in go2 x
 We *really* want to eta-expand go and go2.
-When combining the barnches of the case we have
+When combining the branches of the case we have
      ATop [] `andAT` ATop [OneShotLam]
 and we want to get ATop [OneShotLam].  But if the inner
 lambda wasn't one-shot we don't want to do this.
-- 
GitLab