diff --git a/Language/SQL/SimpleSQL/Syntax.lhs b/Language/SQL/SimpleSQL/Syntax.lhs
index b945610..d7d7e80 100644
--- a/Language/SQL/SimpleSQL/Syntax.lhs
+++ b/Language/SQL/SimpleSQL/Syntax.lhs
@@ -388,7 +388,7 @@ I'm not sure if this is valid syntax or not.
 >                deriving (Eq,Show,Read,Data,Typeable)
 
 
-> -- | Comment. Useful when geterating SQL code programmatically.
-> data Comment = BlockComment String  
+> -- | Comment. Useful when generating SQL code programmatically.
+> data Comment = BlockComment String
 >                deriving (Eq,Show,Read,Data,Typeable)
 
diff --git a/changelog b/changelog
index 446ebfc..6e58ae1 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@ please email jakewheatmail@gmail.com or use the github bug tracker,
 https://github.com/JakeWheat/simple-sql-parser/issues.
 0.4.1 (unreleased)
 	simple demonstration of how dialects could be handled internally
+	add ability to add comments to syntax tree to help with generating
+	  SQL code
 0.4.0 (commit 7914898cc8f07bbaf8358d208469392346341964)
 	now targets SQL:2011
 	update to ghc 7.8.2