Minor comment update
[ghc-hetmet.git] / 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                              ),