* sparc64-tdep.c (sparc64_store_arguments): Fix typo.
authorMark Kettenis <kettenis@gnu.org>
Sun, 16 Jan 2005 20:08:20 +0000 (20:08 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 16 Jan 2005 20:08:20 +0000 (20:08 +0000)
gdb/ChangeLog
gdb/sparc64-tdep.c

index 9caec1f..fdeede1 100644 (file)
@@ -1,5 +1,7 @@
 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
 
+       * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
+
        * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
 
 2005-01-16  Andrew Cagney  <cagney@gnu.org>
index faf0a7f..95562ba 100644 (file)
@@ -939,7 +939,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
            }
        }
 
-      /* Always store the argument in memeory.  */
+      /* Always store the argument in memory.  */
       write_memory (sp + element * 8, valbuf, len);
       element += ((len + 7) / 8);
     }