Browse Source

Fix typo in fbsd-nat.c.

* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
gdb_7_3-branch
Joel Brobecker 16 years ago
parent
commit
394b0adbaa
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/fbsd-nat.c

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2011-01-08 Robert Millan <rmh@gnu.org>
* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
2011-01-07 Michael Snyder <msnyder@vmware.com>
* charset.c (_initialize_charset): Fix typo in string.

2
gdb/fbsd-nat.c

@ -132,7 +132,7 @@ fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd)
exec ? 'x' : '-');
}
/* Invoke the callback function to create the corefile segment. /
/* Invoke the callback function to create the corefile segment. */
func (start, size, read, write, exec, obfd);
}

Loading…
Cancel
Save