diff src/share/vm/code/nmethod.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 d1605aabd0a1
children 8b46c4d82093 148e5441d916
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/code/nmethod.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -167,7 +167,7 @@
   nmFlags flags;           // various flags to keep track of nmethod state
   bool _markedForDeoptimization;       // Used for stack deoptimization
   enum { alive        = 0,
-         not_entrant  = 1, // uncommon trap has happend but activations may still exist
+         not_entrant  = 1, // uncommon trap has happened but activations may still exist
          zombie       = 2,
          unloaded     = 3 };