summaryrefslogtreecommitdiff
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
commit3fda795b388fb7f1ba2caa951a843939d26bfe48 (patch)
tree3cfeacd0583ed8ed916a51c8989829a4e473ebf0 /gdb/fbsd-nat.c
parentb9db6aa13d53bd29df2cc574285c476ae9d6ff0b (diff)
downloadgdb-3fda795b388fb7f1ba2caa951a843939d26bfe48.tar.gz
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 b272d3a3d0d..3c3053c7428 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);
}