fix minor typo.

This commit is contained in:
Michael Snyder 1998-10-29 18:24:04 +00:00
parent 2e7eeba99d
commit eeb89805cb
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ Tue Apr 14 18:49:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>
* sim-memopt.c (parse_addr): Sunos 4.5 does not hane strtol
* sim-memopt.c (parse_addr): Sunos 4.5 does not have strtol
declared so we need this cast to prevent long long addresses
from being misconfigures. Results in access to unmapped memory.