| Index: runtime/vm/globals.h
 | 
| diff --git a/runtime/vm/globals.h b/runtime/vm/globals.h
 | 
| index f07576fcdb66579924737f92f5272f12dfc5718a..94805f8b56d2b7c9f4122b19fe9951604a3745da 100644
 | 
| --- a/runtime/vm/globals.h
 | 
| +++ b/runtime/vm/globals.h
 | 
| @@ -79,7 +79,7 @@ typedef uword cpp_vtable;
 | 
|  
 | 
|  
 | 
|  // When using GCC we can use GCC attributes to ensure that certain
 | 
| -// contants are 8 or 16 byte aligned.
 | 
| +// constants are 8 or 16 byte aligned.
 | 
|  #if defined(HOST_OS_WINDOWS)
 | 
|  #define ALIGN8 __declspec(align(8))
 | 
|  #define ALIGN16 __declspec(align(16))
 | 
| 
 |