comparison src/share/vm/interpreter/interpreter.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
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 // This file contains the platform-independant parts 25 // This file contains the platform-independent parts
26 // of the interpreter and the interpreter generator. 26 // of the interpreter and the interpreter generator.
27 27
28 //------------------------------------------------------------------------------------------------------------------------ 28 //------------------------------------------------------------------------------------------------------------------------
29 // An InterpreterCodelet is a piece of interpreter code. All 29 // An InterpreterCodelet is a piece of interpreter code. All
30 // interpreter code is generated into little codelets which 30 // interpreter code is generated into little codelets which