From 1a35eda8aa0a99f44fd2d6c533e1ffe6d0b6fe21 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <gonnet@google.com>
Date: Tue, 19 Jan 2016 23:13:30 +0100
Subject: [PATCH] minor fixes to the text. should go to bed now.

---
 theory/paper_pasc/pasc_paper.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theory/paper_pasc/pasc_paper.tex b/theory/paper_pasc/pasc_paper.tex
index 1c880f9aba..3d68340c46 100644
--- a/theory/paper_pasc/pasc_paper.tex
+++ b/theory/paper_pasc/pasc_paper.tex
@@ -375,8 +375,8 @@ partition of the cell graph such that:
 \end{itemize}
 \noindent where the first criteria provides good {\em load-balancing},
 i.e.~each partition/rank should involve the same amount of work, and
-the second criteria reduces the amount of duplicated work between
-partitions/ranks.
+the second criteria reduces the {\em partition cost}, i.e.~the amount
+of duplicated work between partitions/ranks.
 
 Computing such a partition is a standard graph problem and several
 software libraries which provide good solutions\footnote{Computing
-- 
GitLab