diff -r b6d8784a1037 -r d98623e1f50b hotspot/src/share/vm/runtime/thread.cpp --- a/hotspot/src/share/vm/runtime/thread.cpp Fri Sep 06 11:11:19 2013 -0700 +++ b/hotspot/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()) {