From 903a7d46975576e369c8e60ea3636c9d21e17d6a Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 1 Jun 2009 13:44:53 +0200
Subject: [PATCH] Small doc change

And an alignment issue.
---
 Ganeti/HTools/Instance.hs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Ganeti/HTools/Instance.hs b/Ganeti/HTools/Instance.hs
index d562005ae..274bb1ea4 100644
--- a/Ganeti/HTools/Instance.hs
+++ b/Ganeti/HTools/Instance.hs
@@ -83,9 +83,9 @@ create name_init mem_init dsk_init run_init pn sn =
 -- | Changes the index.
 --
 -- This is used only during the building of the data structures.
-setIdx :: Instance  -- ^ the original instance
-        -> T.Idx    -- ^ new index
-        -> Instance -- ^ the modified instance
+setIdx :: Instance -- ^ The original instance
+       -> T.Idx    -- ^ New index
+       -> Instance -- ^ The modified instance
 setIdx t i = t { idx = i }
 
 -- | Changes the name.
@@ -93,7 +93,7 @@ setIdx t i = t { idx = i }
 -- This is used only during the building of the data structures.
 setName :: Instance -- ^ The original instance
         -> String   -- ^ New name
-        -> Instance
+        -> Instance -- ^ The modified instance
 setName t s = t { name = s }
 
 -- * Update functions
-- 
GitLab