]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/fbsd-nat.c
2011-01-07 Michael Snyder <msnyder@vmware.com>
[thirdparty/binutils-gdb.git] / gdb / fbsd-nat.c
index 188c566bb862fbda0facb44d0c8118bc54546043..b272d3a3d0dfdd31af47eb84e419367f2aefe28c 100644 (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);
     }