typo
authorhaftmann
Tue, 09 Jan 2007 08:31:47 +0100
changeset 22032 979671292fbe
parent 22031 70583c3f3fa5
child 22033 8e19bad4125f
typo
src/Pure/Tools/codegen_consts.ML
--- a/src/Pure/Tools/codegen_consts.ML	Tue Jan 09 08:31:46 2007 +0100
+++ b/src/Pure/Tools/codegen_consts.ML	Tue Jan 09 08:31:47 2007 +0100
@@ -4,7 +4,7 @@
 
 Identifying constants by name plus normalized type instantantiation schemes.
 Type normalization is compatible with overloading discipline and user-defined
-ad-hoc overloading. Convenient data structures for constants.
+ad-hoc overloading.  Convenient data structures for constants.
 *)
 
 signature CODEGEN_CONSTS =