diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:41:20 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:41:20 +0000 |
commit | 9827e982d1212119f8fa633a32a34ecf81e93c28 (patch) | |
tree | 8b90702adbfae1fa7bb4e38cb4f825f5decdbdeb /gdb/corelow.c | |
parent | 2b1e4f3b03bfa28547f836abe19611727f2eef26 (diff) | |
download | gdb-9827e982d1212119f8fa633a32a34ecf81e93c28.tar.gz |
Spelling correction: of->if in comment.
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r-- | gdb/corelow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c index f0d5c3b0a18..4c7ac9f6b21 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -109,7 +109,7 @@ default_core_sniffer (struct core_fns *our_fns, bfd *abfd) /* Walk through the list of core functions to find a set that can handle the core file open on ABFD. Default to the first one in the - list of nothing matches. Returns pointer to set that is + list if nothing matches. Returns pointer to set that is selected. */ static struct core_fns * |