Index: runtime/vm/simulator_arm.h |
diff --git a/runtime/vm/simulator_arm.h b/runtime/vm/simulator_arm.h |
index 5e0d1ed5c21c2fac480eea7627b44abfed55e36e..3976c0c317ae3ecd813d94ed59b43a0c260eddf1 100644 |
--- a/runtime/vm/simulator_arm.h |
+++ b/runtime/vm/simulator_arm.h |
@@ -88,7 +88,7 @@ class Simulator { |
// Call on program start. |
static void InitOnce(); |
- // Dart generally calls into generated code with 5 parameters. This is a |
+ // Dart generally calls into generated code with 4 parameters. This is a |
// convenience function, which sets up the simulator state and grabs the |
// result on return. When fp_return is true the return value is the D0 |
// floating point register. Otherwise, the return value is R1:R0. |