Fix erroneous docstring
authorMichele Tartara <mtartara@google.com>
Fri, 24 May 2013 08:40:19 +0000 (10:40 +0200)
committerMichele Tartara <mtartara@google.com>
Mon, 3 Jun 2013 15:08:32 +0000 (11:08 -0400)
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

test/hs/Test/Ganeti/Block/Drbd/Parser.hs

index 9ca7485..973236e 100644 (file)
@@ -1,6 +1,6 @@
 {-# LANGUAGE TemplateHaskell #-}
 
-{-| Unittests for Attoparsec support for unicode -}
+{-| Unittests for the DRBD Parser -}
 
 {-