Spelling in comment only
authorsimonpj@microsoft.com <unknown>
Tue, 13 Jan 2009 16:46:24 +0000 (16:46 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 13 Jan 2009 16:46:24 +0000 (16:46 +0000)
compiler/typecheck/TcInstDcls.lhs

index 7d3b012..eab7748 100644 (file)
@@ -138,7 +138,7 @@ Running example:
   inline df_i in it, and that in turn means that (since it'll be a
   loop-breaker because df_i isn't), op1_i will ironically never be 
   inlined.  We need to fix this somehow -- perhaps allowing inlining
-  of INLINE funcitons inside other INLINE functions.
+  of INLINE functions inside other INLINE functions.
 
 Note [Subtle interaction of recursion and overlap]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~