changeset 17150:80d021f12b22

fix typo in graalRuntime.cpp
author Andreas Woess <andreas.woess@jku.at>
date Thu, 18 Sep 2014 18:56:52 +0200
parents 0a35e2789735
children e165f4223650
files src/share/vm/graal/graalRuntime.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Wed Sep 17 20:57:20 2014 +0200
+++ b/src/share/vm/graal/graalRuntime.cpp	Thu Sep 18 18:56:52 2014 +0200
@@ -104,7 +104,7 @@
   sig_bt[i++] = T_VOID; // long stakes 2 slots
   sig_bt[i++] = T_INT;
   sig_bt[i++] = T_OBJECT;
-  sig_bt[i++] = T_INT; // The number of actual arguments pass to the method.
+  sig_bt[i++] = T_INT; // The number of actual arguments passed to the method.
 
   int comp_args_on_stack = SharedRuntime::java_calling_convention(sig_bt, regs, total_args_passed, false);