Index: runtime/vm/runtime_entry.h |
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
index f4aef09023e5059d7107a9d0ccb2cbf55a325ab4..12209996dfaf131c3b46798e76e5fe63b9c0ef6c 100644 |
--- a/runtime/vm/runtime_entry.h |
+++ b/runtime/vm/runtime_entry.h |
@@ -130,7 +130,7 @@ class RuntimeEntry : public ValueObject { |
#define END_LEAF_RUNTIME_ENTRY } |
-// TODO(rmacnak): Fix alignment issue on simarm and simmips and use |
+// TODO(rmacnak): Fix alignment issue on simarm and use |
// DEFINE_LEAF_RUNTIME_ENTRY instead. |
#define DEFINE_RAW_LEAF_RUNTIME_ENTRY(name, argument_count, is_float, func) \ |
extern const RuntimeEntry k##name##RuntimeEntry( \ |