From 394b0adbaa4ab90e2c2fb2ade4650fecc30c0a3d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sat, 8 Jan 2011 12:36:27 +0000 Subject: [PATCH] Fix typo in fbsd-nat.c. * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/fbsd-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 066809d074d..dc8213e52b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-01-08 Robert Millan + + * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. + 2011-01-07 Michael Snyder * charset.c (_initialize_charset): Fix typo in string. 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); } -- 2.30.2