diff src/share/vm/code/nmethod.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 a4b729f5b611
children 72088be4b386 8b46c4d82093
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/code/nmethod.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -380,7 +380,7 @@
 void nmethod::add_handler_for_exception_and_pc(Handle exception, address pc, address handler) {
   // There are potential race conditions during exception cache updates, so we
   // must own the ExceptionCache_lock before doing ANY modifications. Because
-  // we dont lock during reads, it is possible to have several threads attempt
+  // we don't lock during reads, it is possible to have several threads attempt
   // to update the cache with the same data. We need to check for already inserted
   // copies of the current data before adding it.