OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / alloc-pool.h
index 1fc3c57..fa9848a 100644 (file)
@@ -45,7 +45,7 @@ typedef struct alloc_pool_def
   char* virgin_free_list;
 
   /* The number of elements in the virgin_free_list that can be
-     allocated before needing another block.  */ 
+     allocated before needing another block.  */
   size_t virgin_elts_remaining;
 
   size_t elts_allocated;