From 0c936d24dccef20cdca0b5fb96c786731e284173 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 16 Jun 2009 11:52:09 +0200 Subject: [PATCH] Fix a haddock/docstring issue --- Ganeti/HTools/Cluster.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ganeti/HTools/Cluster.hs b/Ganeti/HTools/Cluster.hs index a6fffe9a7..dfeb7ccff 100644 --- a/Ganeti/HTools/Cluster.hs +++ b/Ganeti/HTools/Cluster.hs @@ -79,7 +79,7 @@ type Score = Double -- | The description of an instance placement. type Placement = (Idx, Ndx, Ndx, Score) --- | Allocation/relocation solution. +-- | Allocation\/relocation solution. type AllocSolution = [(Maybe Node.List, Instance.Instance, [Node.Node])] -- | A cluster solution described as the solution delta and the list -- GitLab