Fix typo in fbsd-nat.c.

* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
This commit is contained in:
Joel Brobecker
2011-01-08 12:36:27 +00:00
parent bd53e8b7ee
commit 394b0adbaa
2 changed files with 5 additions and 1 deletions

View File

@ -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);
}