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 | ee923081b69e8f5a51754091ed3b61f0d8184638 (patch) | |
tree | 9272d6cba4c9ae910d12e3d47a4a8f68da9b1c5a /gdb | |
parent | b7d6b182e1e7967362729243495ecd85f9ea3c03 (diff) | |
download | gdb-ee923081b69e8f5a51754091ed3b61f0d8184638.zip gdb-ee923081b69e8f5a51754091ed3b61f0d8184638.tar.gz gdb-ee923081b69e8f5a51754091ed3b61f0d8184638.tar.bz2 |
Spelling correction: of->if in comment.
Diffstat (limited to 'gdb')
-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 f0d5c3b..4c7ac9f 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 * |