Fix -Wuninitialized warnings.
[deliverable/binutils-gdb.git] / gdb / corelow.c
index f0d5c3b0a182981bc0a8a1744b8a465e14198578..148f5f4440006f9513396fb7f27b87c0fe25881e 100644 (file)
@@ -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 *
@@ -329,7 +329,7 @@ core_open (char *filename, int from_tty)
   siggy = bfd_core_file_failing_signal (core_bfd);
   if (siggy > 0)
     /* NOTE: target_signal_from_host() converts a target signal value
-       into gdb's internal signal value.  Unfortunatly gdb's internal
+       into gdb's internal signal value.  Unfortunately gdb's internal
        value is called ``target_signal'' and this function got the
        name ..._from_host(). */
     printf_filtered ("Program terminated with signal %d, %s.\n", siggy,
This page took 0.031499 seconds and 4 git commands to generate.