diff src/share/vm/runtime/thread.cpp @ 12220:8e94527f601e

8024007: Misc. cleanup of static agent code Summary: Minor cleanup of static agent code from 8014135 Reviewed-by: dcubed, sspitsyn
author bpittore
date Wed, 11 Sep 2013 20:03:34 -0400
parents 27ffd1c4537b
children cc5b40a76049
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/src/share/vm/runtime/thread.cpp	Wed Sep 11 20:03:34 2013 -0400
@@ -3714,7 +3714,7 @@
     const char *name = agent->name();
     const char *msg = "Could not find agent library ";
 
-    // First check to see if agent is statcally linked into executable
+    // First check to see if agent is statically linked into executable
     if (os::find_builtin_agent(agent, on_load_symbols, num_symbol_entries)) {
       library = agent->os_lib();
     } else if (agent->is_absolute_path()) {