This commit is contained in:
Bertrand Delsart 2013-09-18 21:47:51 -07:00
commit 765632873a
11 changed files with 30 additions and 22 deletions

View file

@ -3716,7 +3716,7 @@ static OnLoadEntry_t lookup_on_load(AgentLibrary* agent, const char *on_load_sym
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()) {