aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-08 12:36:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-08 12:36:27 +0000
commit394b0adbaa4ab90e2c2fb2ade4650fecc30c0a3d (patch)
treeb5013a006dc7913daa71edac65064b192182c512 /gdb/fbsd-nat.c
parentbd53e8b7eef4704866e31b4d2bda514222dffe51 (diff)
downloadfsf-binutils-gdb-394b0adbaa4ab90e2c2fb2ade4650fecc30c0a3d.zip
fsf-binutils-gdb-394b0adbaa4ab90e2c2fb2ade4650fecc30c0a3d.tar.gz
fsf-binutils-gdb-394b0adbaa4ab90e2c2fb2ade4650fecc30c0a3d.tar.bz2
Fix typo in fbsd-nat.c.
* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r--gdb/fbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c
index b272d3a..3c3053c 100644
--- a/gdb/fbsd-nat.c
+++ b/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);
}