diff src/share/vm/oops/generateOopMap.cpp @ 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 37f87013dfd8
children be93aad57795
line wrap: on
line diff
--- a/src/share/vm/oops/generateOopMap.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/oops/generateOopMap.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -2003,7 +2003,7 @@
 //  ============ Main Entry Point ===========
 //
 GenerateOopMap::GenerateOopMap(methodHandle method) {
-  // We have to initialize all variables here, that can be queried direcly
+  // We have to initialize all variables here, that can be queried directly
   _method = method;
   _max_locals=0;
   _init_vars = NULL;