diff options
Diffstat (limited to 'gdb/netbsd-nat.c')
-rw-r--r-- | gdb/netbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/netbsd-nat.c b/gdb/netbsd-nat.c index 2ccd0e0..c45df39 100644 --- a/gdb/netbsd-nat.c +++ b/gdb/netbsd-nat.c @@ -221,7 +221,7 @@ nbsd_nat_target::find_memory_regions (find_memory_region_ftype func, gdb::unique_xmalloc_ptr<struct kinfo_vmentry[]> vmentl = nbsd_kinfo_get_vmmap (pid, &nitems); if (vmentl == NULL) - perror_with_name (_("Couldn't fetch VM map entries.")); + perror_with_name (_("Couldn't fetch VM map entries")); for (size_t i = 0; i < nitems; i++) { |