2011-01-08 Robert Millan * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. === modified file 'gdb/fbsd-nat.c' --- gdb/fbsd-nat.c 2011-01-07 19:36:13 +0000 +++ gdb/fbsd-nat.c 2011-01-08 11:05:13 +0000 @@ -132,7 +132,7 @@ fbsd_find_memory_regions (find_memory_re 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); }