comparison src/share/vm/interpreter/cppInterpreter.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
22 * 22 *
23 */ 23 */
24 24
25 #ifdef CC_INTERP 25 #ifdef CC_INTERP
26 26
27 // This file contains the platform-independant parts 27 // This file contains the platform-independent parts
28 // of the c++ interpreter 28 // of the c++ interpreter
29 29
30 class CppInterpreter: public AbstractInterpreter { 30 class CppInterpreter: public AbstractInterpreter {
31 friend class VMStructs; 31 friend class VMStructs;
32 friend class Interpreter; // contains() 32 friend class Interpreter; // contains()