diff --git a/Ganeti/HTools/Rapi.hs b/Ganeti/HTools/Rapi.hs
index 4f3b89bece0c6eab6fdb59a656f38f1d387ecfb8..5f028c3b5421d6a25342a48518af693bbfb2e27a 100644
--- a/Ganeti/HTools/Rapi.hs
+++ b/Ganeti/HTools/Rapi.hs
@@ -83,7 +83,7 @@ parseNode a = do
                         dtotal dfree (offline || drained))
     return (name, node)
 
-loadData :: String -- ^ Cluster/URL to use as source
+loadData :: String -- ^ Cluster or URL to use as source
          -> IO (Result (Node.AssocList, Instance.AssocList))
 loadData master = do -- IO monad
   let url = formatHost master
diff --git a/Ganeti/HTools/Text.hs b/Ganeti/HTools/Text.hs
index fdf1982601f30c840ba59678809f8cf7509831d5..0c8715c682203ef100223aca8aabacdc1f467fba 100644
--- a/Ganeti/HTools/Text.hs
+++ b/Ganeti/HTools/Text.hs
@@ -1,7 +1,7 @@
 {-| Parsing data from text-files
 
 This module holds the code for loading the cluster state from text
-files, as produced by gnt-node/gnt-instance list.
+files, as produced by gnt-node and gnt-instance list.
 
 -}