| Index: src/interpreter/bytecode-register-allocator.h
|
| diff --git a/src/interpreter/bytecode-register-allocator.h b/src/interpreter/bytecode-register-allocator.h
|
| index 696a3b174a8858446699111a0464bc7658b1f078..a4f68459cbc4696e8501394dbf812ee0de773b73 100644
|
| --- a/src/interpreter/bytecode-register-allocator.h
|
| +++ b/src/interpreter/bytecode-register-allocator.h
|
| @@ -65,7 +65,7 @@ class TemporaryRegisterAllocator final {
|
| DISALLOW_COPY_AND_ASSIGN(TemporaryRegisterAllocator);
|
| };
|
|
|
| -// A class than allows the instantiator to allocate temporary registers that are
|
| +// A class that allows the instantiator to allocate temporary registers that are
|
| // cleaned up when scope is closed.
|
| class BytecodeRegisterAllocator final {
|
| public:
|
|
|