includes/rts/storage/GC.h: generation_: n_words: Improve comment.
authorMarco Túlio Gontijo e Silva <marcot@debian.org>
Wed, 26 May 2010 20:46:15 +0000 (20:46 +0000)
committerMarco Túlio Gontijo e Silva <marcot@debian.org>
Wed, 26 May 2010 20:46:15 +0000 (20:46 +0000)
includes/rts/storage/GC.h

index 15c22ab..5f2165f 100644 (file)
@@ -63,7 +63,7 @@ typedef struct generation_ {
 
     bdescr *       blocks;             // blocks in this gen
     unsigned int   n_blocks;           // number of blocks
-    unsigned int   n_words;             // number of words
+    unsigned int   n_words;             // number of used words
 
     bdescr *       large_objects;      // large objects (doubly linked)
     unsigned int   n_large_blocks;      // no. of blocks used by large objs