src/cpu/sparc/vm/sparc.ad

changeset 7210
318cc6fdae90
parent 7004
85c339200299
child 7480
d961743b7897
     1.1 --- a/src/cpu/sparc/vm/sparc.ad	Mon Sep 08 17:47:43 2014 +0200
     1.2 +++ b/src/cpu/sparc/vm/sparc.ad	Thu Sep 18 11:46:33 2014 -0700
     1.3 @@ -1989,7 +1989,7 @@
     1.4  // to implement the UseStrictFP mode.
     1.5  const bool Matcher::strict_fp_requires_explicit_rounding = false;
     1.6  
     1.7 -// Are floats conerted to double when stored to stack during deoptimization?
     1.8 +// Are floats converted to double when stored to stack during deoptimization?
     1.9  // Sparc does not handle callee-save floats.
    1.10  bool Matcher::float_in_double() { return false; }
    1.11  
    1.12 @@ -3218,7 +3218,7 @@
    1.13  //         are owned by the CALLEE.  Holes should not be nessecary in the
    1.14  //         incoming area, as the Java calling convention is completely under
    1.15  //         the control of the AD file.  Doubles can be sorted and packed to
    1.16 -//         avoid holes.  Holes in the outgoing arguments may be nessecary for
    1.17 +//         avoid holes.  Holes in the outgoing arguments may be necessary for
    1.18  //         varargs C calling conventions.
    1.19  // Note 3: Region 0-3 is even aligned, with pad2 as needed.  Region 3-5 is
    1.20  //         even aligned with pad0 as needed.
    1.21 @@ -3284,7 +3284,7 @@
    1.22    %}
    1.23  
    1.24    // Body of function which returns an OptoRegs array locating
    1.25 -  // arguments either in registers or in stack slots for callin
    1.26 +  // arguments either in registers or in stack slots for calling
    1.27    // C.
    1.28    c_calling_convention %{
    1.29      // This is obviously always outgoing

mercurial