comparison src/share/vm/runtime/extendedPC.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 // An ExtendedPC contains the _pc from a signal handler in a platform 25 // An ExtendedPC contains the _pc from a signal handler in a platform
26 // independant way. 26 // independent way.
27 27
28 class ExtendedPC VALUE_OBJ_CLASS_SPEC { 28 class ExtendedPC VALUE_OBJ_CLASS_SPEC {
29 private: 29 private:
30 address _pc; 30 address _pc;
31 31