Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 6185e2dcf049484646a37600c1f944222e18b4b9..144504b584240204a543f45fecf5c0c0b2bad19d 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -7030,7 +7030,7 @@ void Code::PrintExtraICState(FILE* out, Kind kind, ExtraICState extra) { |
| if (name != NULL) { |
| PrintF(out, "extra_ic_state = %s\n", name); |
| } else { |
| - PrintF(out, "etra_ic_state = %d\n", extra); |
| + PrintF(out, "extra_ic_state = %d\n", extra); |
| } |
| } |