diff src/share/vm/runtime/thread.cpp @ 12225:cc5b40a76049

Merge
author bdelsart
date Wed, 18 Sep 2013 21:47:51 -0700
parents b89a1a870965 8e94527f601e
children 179cd89fb279
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed Sep 18 12:52:15 2013 -0400
+++ b/src/share/vm/runtime/thread.cpp	Wed Sep 18 21:47:51 2013 -0700
@@ -3716,7 +3716,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()) {