| Index: runtime/vm/store_buffer.h
 | 
| diff --git a/runtime/vm/store_buffer.h b/runtime/vm/store_buffer.h
 | 
| index 36f17bce586324ba346c6bd762405e5ab87576fb..2fce2d6df5beb77112961c1fe7fa35adca95a671 100644
 | 
| --- a/runtime/vm/store_buffer.h
 | 
| +++ b/runtime/vm/store_buffer.h
 | 
| @@ -121,7 +121,7 @@ class BlockStack {
 | 
|    // Adds and transfers ownership of the block to the buffer.
 | 
|    void PushBlockImpl(Block* block);
 | 
|  
 | 
| -  // If needed, trims the the global cache of empty blocks.
 | 
| +  // If needed, trims the global cache of empty blocks.
 | 
|    static void TrimGlobalEmpty();
 | 
|  
 | 
|    List full_;
 | 
| 
 |