diff -r 41e6ae9f6dd7 -r cc5b40a76049 src/share/vm/runtime/thread.cpp --- 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()) {