fix minor typo.
authorMichael Snyder <msnyder@vmware.com>
Thu, 29 Oct 1998 18:24:04 +0000 (18:24 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 29 Oct 1998 18:24:04 +0000 (18:24 +0000)
sim/common/ChangeLog

index 368f448..47d5e16 100644 (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.