8024007: Misc. cleanup of static agent code

Minor cleanup of static agent code from 8014135

Reviewed-by: dcubed, sspitsyn
This commit is contained in:
Bill Pittore 2013-09-11 20:03:34 -04:00
parent 7e04c1775c
commit 091edb47c5
5 changed files with 10 additions and 7 deletions

View file

@ -3714,7 +3714,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()) {