From d120506c236790b14598c7424a54efafe840b104 Mon Sep 17 00:00:00 2001
From: Agata Murawska <agatamurawska@google.com>
Date: Thu, 13 Sep 2012 10:34:25 +0200
Subject: [PATCH] Correct top comment in Query/Server

I assumed this was a copy-paste+forgetting to change the header comment.

Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 htools/Ganeti/Query/Server.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htools/Ganeti/Query/Server.hs b/htools/Ganeti/Query/Server.hs
index 876aba04e..ff940dd94 100644
--- a/htools/Ganeti/Query/Server.hs
+++ b/htools/Ganeti/Query/Server.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE BangPatterns #-}
 
-{-| Implementation of the Ganeti confd types.
+{-| Implementation of the Ganeti Query2 server.
 
 -}
 
-- 
GitLab