diff --git a/src/compiler/GF/Grammar/CFG.hs b/src/compiler/GF/Grammar/CFG.hs index 9f4dd49a9..37d46e39b 100644 --- a/src/compiler/GF/Grammar/CFG.hs +++ b/src/compiler/GF/Grammar/CFG.hs @@ -1,6 +1,6 @@ ---------------------------------------------------------------------- -- | --- Module : GF.Speech.CFG +-- Module : GF.Grammar.CFG -- -- Context-free grammar representation and manipulation. ----------------------------------------------------------------------