summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GF/GFCC/API.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/GFCC/API.hs b/src/GF/GFCC/API.hs
index f02942a20..9bfe98b95 100644
--- a/src/GF/GFCC/API.hs
+++ b/src/GF/GFCC/API.hs
@@ -37,7 +37,7 @@ import System.Directory (doesFileExist)
-- This API is meant to be used when embedding GF grammars in Haskell
-- programs. The embedded system is supposed to use the
--- .gfcm grammar format, which is first produced by the gf program.
+-- .gfcc grammar format, which is first produced by the gf program.
---------------------------------------------------
-- Interface