Minor comment update
authorMichael D. Adams <t-madams@microsoft.com>
Wed, 6 Jun 2007 08:53:28 +0000 (08:53 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Wed, 6 Jun 2007 08:53:28 +0000 (08:53 +0000)
rts/ClosureFlags.c

index 5a34c5e..08b4dd3 100644 (file)
@@ -23,8 +23,8 @@ StgWord16 closure_flags[] = {
  *  to thunks.)
  */
 
-/*                              0    1    2    3    4   5   6   7 */
-/*                           HNF  BTM   NS  STA  THU MUT UPT SRT */
+/*                              0    1    2    3    4   5   6   7     8 */
+/*                           HNF  BTM   NS  STA  THU MUT UPT SRT   IND */
 
 /* INVALID_OBJECT       = */ ( 0                                        ),
 /* CONSTR              = */ (_HNF|     _NS                              ),