diff -r 06ae47d9d088 -r 179cd89fb279 src/share/vm/runtime/thread.cpp --- 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()) {