* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
[deliverable/binutils-gdb.git] / gdb / sparc64-tdep.c
index faf0a7f22f909cb2fe8b267e4f536bfc3ba64068..95562ba0b80b5fa81d7f29766b1982dddbc31561 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);
     }
This page took 0.023291 seconds and 4 git commands to generate.