mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Fix typo in fbsd-nat.c.
* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user