From be811997314553d09b46c449ddc024edf48af02b Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 26 Feb 2010 14:42:41 +0100
Subject: [PATCH] Fix a haddock comment issue

For some versions of haddock, this can create problems.
---
 Ganeti/HTools/IAlloc.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ganeti/HTools/IAlloc.hs b/Ganeti/HTools/IAlloc.hs
index 2575e0290..a2f5aec99 100644
--- a/Ganeti/HTools/IAlloc.hs
+++ b/Ganeti/HTools/IAlloc.hs
@@ -158,7 +158,7 @@ formatRVal csf _ elems =
 -- | Formats the response into a valid IAllocator response message.
 formatResponse :: Bool     -- ^ Whether the request was successful
                -> String   -- ^ Information text
-               -> String   -- ^ Suffix for nodes/instances
+               -> String   -- ^ Suffix for nodes and instances
                -> RqType   -- ^ Request type
                -> [Node.AllocElement] -- ^ The resulting allocations
                -> String   -- ^ The JSON-formatted message
-- 
GitLab