Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / corefile.c
index d86463f9d27503f61e0b99f7c1a4b83a90598605..5246f7192ecaf0dc8ff0df360a5d4db4770d719d 100644 (file)
@@ -1,6 +1,6 @@
 /* Core dump and executable file functions above target vector, for GDB.
 
-   Copyright (C) 1986-2014 Free Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -383,8 +383,8 @@ read_memory_typed_address (CORE_ADDR addr, struct type *type)
   return extract_typed_address (buf, type);
 }
 
-/* Same as target_write_memory, but report an error if can't
-   write.  */
+/* See gdbcore.h.  */
+
 void
 write_memory (CORE_ADDR memaddr, 
              const bfd_byte *myaddr, ssize_t len)
This page took 0.025609 seconds and 4 git commands to generate.