diff src/share/vm/runtime/thread.cpp @ 12253:179cd89fb279

Merge
author tschatzl
date Thu, 19 Sep 2013 09:34:20 +0200
parents 06ae47d9d088 cc5b40a76049
children 190899198332
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Thu Sep 19 09:26:08 2013 +0200
+++ b/src/share/vm/runtime/thread.cpp	Thu Sep 19 09:34:20 2013 +0200
@@ -3721,7 +3721,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()) {