| Index: runtime/vm/constants_dbc.h
|
| diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h
|
| index e2ea8042e0963bfc0492bffef567efd0b4b958d7..e77d513d2f6d7b72f7959d03a19953c5c9afa5a6 100644
|
| --- a/runtime/vm/constants_dbc.h
|
| +++ b/runtime/vm/constants_dbc.h
|
| @@ -529,7 +529,7 @@ namespace dart {
|
| // tgt jump target relative to the PC of the current instruction
|
| //
|
| // TODO(vegorov) jump targets should be encoded relative to PC of the next
|
| -// instruction because PC is incremeted immediately after fetch
|
| +// instruction because PC is incremented immediately after fetch
|
| // and before decoding.
|
| //
|
| #define BYTECODES_LIST(V) \
|
|
|