src/share/vm/utilities/globalDefinitions.hpp

changeset 1040
98cb887364d3
parent 1005
dca06e7f503d
child 1145
e5b0439ef4ae
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -881,7 +881,7 @@
     1.4      i++; p *= 2;
     1.5    }
     1.6    // p = 2^(i+1) && x < p (i.e., 2^i <= x < 2^(i+1))
     1.7 -  // (if p = 0 then overflow occured and i = 31)
     1.8 +  // (if p = 0 then overflow occurred and i = 31)
     1.9    return i;
    1.10  }
    1.11  
    1.12 @@ -895,7 +895,7 @@
    1.13      i++; p *= 2;
    1.14    }
    1.15    // p = 2^(i+1) && x < p (i.e., 2^i <= x < 2^(i+1))
    1.16 -  // (if p = 0 then overflow occured and i = 63)
    1.17 +  // (if p = 0 then overflow occurred and i = 63)
    1.18    return i;
    1.19  }
    1.20  

mercurial