* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,
authorJ.T. Conklin <jtc@acorntoolworks.com>
Mon, 30 Oct 2000 21:50:58 +0000 (21:50 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Mon, 30 Oct 2000 21:50:58 +0000 (21:50 +0000)
mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c,
somread.c, tracepoint.c: Fix spelling errors in comments.
* gdbarch.c: Regenerate.

* gnu-nat.c (S_exception_raise_request): Fix typos and spelling
errors in strings.
* m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise.
* mcore-tdep.c (mcore_analyze_prologue): Likewise.
* mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise.
* remote-e7000.c (e7000_start_remote): Likewise.
* remote-rdp.c (handle_swi): Likewise.
* remote-vx.c (vx_load_command): Likewise.
* sh-tdep.c (sh_do_pseudo_register): Likewise.
* sol-thread.c (td_err_string): Likewise.
* symtab.c (decode_line_2): Likewise.
-------------------------------------------------------------------

21 files changed:
gdb/ChangeLog
gdb/gdbarch.c
gdb/gdbarch.sh
gdb/gnu-nat.c
gdb/hp-psymtab-read.c
gdb/hpread.c
gdb/m3-nat.c
gdb/mcore-tdep.c
gdb/mips-tdep.c
gdb/monitor.c
gdb/regcache.c
gdb/remote-e7000.c
gdb/remote-es.c
gdb/remote-rdp.c
gdb/remote-vx.c
gdb/ser-unix.c
gdb/sh-tdep.c
gdb/sol-thread.c
gdb/somread.c
gdb/symtab.c
gdb/tracepoint.c

index d741bc5e4ca5c8472e744f869371d415581f94cb..747d5439f8c553898372ac9b326669e0b323afc3 100644 (file)
@@ -1,3 +1,22 @@
+2000-10-30  J.T. Conklin  <jtc@redback.com>
+
+       * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, 
+       mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, 
+       somread.c, tracepoint.c: Fix spelling errors in comments.
+       * gdbarch.c: Regenerate.
+
+       * gnu-nat.c (S_exception_raise_request): Fix typos and spelling 
+       errors in strings.
+       * m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise.
+       * mcore-tdep.c (mcore_analyze_prologue): Likewise.
+       * mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise.
+       * remote-e7000.c (e7000_start_remote): Likewise.
+       * remote-rdp.c (handle_swi): Likewise.
+       * remote-vx.c (vx_load_command): Likewise.
+       * sh-tdep.c (sh_do_pseudo_register): Likewise.
+       * sol-thread.c (td_err_string): Likewise.
+       * symtab.c (decode_line_2): Likewise.
+       
 Mon Oct 30 10:19:01 2000  David Taylor  <taylor@redhat.com>
 
        * eval.c (parse_and_eval_long): New function.
@@ -23,9 +42,9 @@ Mon Oct 30 10:19:01 2000  David Taylor  <taylor@redhat.com>
 2000-10-27  J.T. Conklin  <jtc@redback.com>
 
        * arch-utils.c (set_architecture, set_architecture_from_arch_mach,
-       set_gdbarch_from_file): Fix spelling error.
+       set_gdbarch_from_file): Fix spelling error in string.
        * v850-tdep.c (v850_target_architecture_hook): Likewise.
-       * gdbarch.sh: Fix spelling errors in comment.
+       * gdbarch.sh: Fix spelling errors in comments.
        * gdbarch.c, gdbarch.h: Regenerate.
 
        * ppcnbsd-nat.c (fetch_core_registers, fetch_inferior_registers,
index 7e1959d72d4bede4999c0549f33408e1b60b9516..ad7b3f79639b23555b7f75abd6866d6b6ff88456 100644 (file)
@@ -4025,8 +4025,8 @@ gdbarch_register (enum bfd_architecture bfd_architecture,
   (*curr)->dump_tdep = dump_tdep;
   (*curr)->arches = NULL;
   (*curr)->next = NULL;
-  /* When non- multi-arch, install what ever target dump routine we've
-     been provided - hopefully that routine has been writen correct
+  /* When non- multi-arch, install whatever target dump routine we've
+     been provided - hopefully that routine has been written correctly
      and works regardless of multi-arch. */
   if (!GDB_MULTI_ARCH && dump_tdep != NULL
       && startup_gdbarch.dump_tdep == NULL)
index 3273dc5acba956a90c811944b4b30da33c22b361..541250f236acc50972a971fa0b1653566cd4f9a2 100755 (executable)
@@ -1723,8 +1723,8 @@ gdbarch_register (enum bfd_architecture bfd_architecture,
   (*curr)->dump_tdep = dump_tdep;
   (*curr)->arches = NULL;
   (*curr)->next = NULL;
-  /* When non- multi-arch, install what ever target dump routine we've
-     been provided - hopefully that routine has been writen correct
+  /* When non- multi-arch, install whatever target dump routine we've
+     been provided - hopefully that routine has been written correctly
      and works regardless of multi-arch. */
   if (!GDB_MULTI_ARCH && dump_tdep != NULL
       && startup_gdbarch.dump_tdep == NULL)
index 6ab6abce71d2fdfe0737a49bc916d6156f26c9c9..dbdcfb1572218176bc63597e915deff56886d410 100644 (file)
@@ -1659,13 +1659,13 @@ S_exception_raise_request (mach_port_t port, mach_port_t reply_port,
        {
          if (thread->exc_port == port)
            {
-             inf_debug (waiting_inf, "Handler is thread exeption port <%d>",
+             inf_debug (waiting_inf, "Handler is thread exception port <%d>",
                         thread->saved_exc_port);
              inf->wait.exc.handler = thread->saved_exc_port;
            }
          else
            {
-             inf_debug (waiting_inf, "Handler is task exeption port <%d>",
+             inf_debug (waiting_inf, "Handler is task exception port <%d>",
                         inf->task->saved_exc_port);
              inf->wait.exc.handler = inf->task->saved_exc_port;
              assert (inf->task->exc_port == port);
index e6718d658d93cd892bfcdb7d8a6c280d97e509f6..0054644f709f1c6d61429b568099613ea729f03b 100644 (file)
@@ -70,7 +70,7 @@ static struct partial_symtab *hpread_end_psymtab
 #include <stdlib.h>
 #include <string.h>
 
-/* check for the existance of a file, given its full pathname */
+/* check for the existence of a file, given its full pathname */
 int
 file_exists (char *filename)
 {
@@ -103,7 +103,7 @@ static char main_string[] = "main";
 /* Call PXDB to process our file.
 
    Approach copied from DDE's "dbgk_run_pxdb".  Note: we
-   don't check for BSD location of pxdb, nor for existance
+   don't check for BSD location of pxdb, nor for existence
    of pxdb itself, etc.
 
    NOTE: uses system function and string functions directly.
@@ -2104,8 +2104,8 @@ hpread_get_slt (int index, struct objfile *objfile)
 
 /* Get the low address associated with some symbol (typically the start
    of a particular source file or module).  Since that information is not
-   stored as part of the DNTT_TYPE_MODULE or DNTT_TYPE_SRCFILE symbol we must infer it from
-   the existance of DNTT_TYPE_FUNCTION symbols.  */
+   stored as part of the DNTT_TYPE_MODULE or DNTT_TYPE_SRCFILE symbol we
+   must infer it from the existence of DNTT_TYPE_FUNCTION symbols.  */
 
 static unsigned long
 hpread_get_textlow (int global, int index, struct objfile *objfile,
index 4e25083e165a0d9692fa8edc03d180b0825c6d1c..d87edd6539a9a880ad89c1b44d65f87ac43f005c 100644 (file)
@@ -658,8 +658,8 @@ hpread_get_slt (int index, struct objfile *objfile)
 
 /* Get the low address associated with some symbol (typically the start
    of a particular source file or module).  Since that information is not
-   stored as part of the DNTT_TYPE_MODULE or DNTT_TYPE_SRCFILE symbol we must infer it from
-   the existance of DNTT_TYPE_FUNCTION symbols.  */
+   stored as part of the DNTT_TYPE_MODULE or DNTT_TYPE_SRCFILE symbol we
+   must infer it from the existence of DNTT_TYPE_FUNCTION symbols.  */
 
 static unsigned long
 hpread_get_textlow (int global, int index, struct objfile *objfile)
index 0e56fb5952f2a19330169eea9fcfe7bc19bb36ed..b63b75fe80a51a8b3df244eed7ff7c2ae7f7c585 100644 (file)
@@ -692,7 +692,7 @@ intercept_exec_calls (int exec_counter)
   CHK ("mach_port_extract_right (bsd server send)", ret);
 
   if (acquired != MACH_MSG_TYPE_PORT_SEND)
-    error ("Incorrect right extracted, send right to bsd server excpected");
+    error ("Incorrect right extracted, send right to bsd server expected");
 
   ret = mach_port_insert_right (inferior_task,
                                original_server_port_name,
@@ -719,7 +719,7 @@ intercept_exec_calls (int exec_counter)
   CHK ("mach_port_extract_right (exec_reply)", ret);
 
   if (acquired != MACH_MSG_TYPE_PORT_SEND_ONCE)
-    error ("Incorrect right extracted, send once excpected for exec reply");
+    error ("Incorrect right extracted, send once expected for exec reply");
 
   ret = mach_port_move_member (mach_task_self (),
                               fake_server,
@@ -1540,7 +1540,7 @@ mach_thread_parse_id (char *arg)
 {
   int mid;
   if (arg == 0)
-    error ("thread id excpected");
+    error ("thread id expected");
   mid = parse_thread_id (arg, 0, 1);
 
   return mid;
index c47a1b58fbd04693bf02fb344daa81f0c8a6b123..eedd1a15cd4bf9812e202d6d4bd4080ce6fbaf44 100644 (file)
@@ -118,7 +118,7 @@ struct frame_extra_info
 /* The base of the current frame is in a frame pointer register.
    This register is noted in frame_extra_info->fp_regnum.
 
-   Note that the existance of an FP might also indicate that the
+   Note that the existence of an FP might also indicate that the
    function has called alloca. */
 #define MY_FRAME_IN_FP 0x2
 
@@ -336,7 +336,7 @@ mcore_analyze_prologue (struct frame_info *fi, CORE_ADDR pc, int skip_prologue)
       if (IS_SUBI0 (insn))
        {
          int offset = 1 + ((insn >> 4) & 0x1f);
-         mcore_insn_debug (("MCORE: got subi r0,%d; contnuing\n", offset));
+         mcore_insn_debug (("MCORE: got subi r0,%d; continuing\n", offset));
          framesize += offset;
          continue;
        }
index dc6ecf8a662ad8058746268a22873958d6984585..daac3636da6841775fdf412ac2369a42bfab928c 100644 (file)
@@ -1117,10 +1117,10 @@ mips16_next_pc (CORE_ADDR pc)
            pc += 2;
          break;
        case 30:                /* This is an extend instruction */
-         pc += 4;              /* Dont be setting breakpints on the second half */
+         pc += 4;              /* Dont be setting breakpoints on the second half */
          break;
        default:
-         printf ("Filtered - next PC probably incorrrect due to jump inst\n");
+         printf ("Filtered - next PC probably incorrect due to jump inst\n");
          pc += 2;
          break;
        }
@@ -4565,7 +4565,7 @@ This option can be set to one of:\n\
           "Select single-precision MIPS floating-point coprocessor.",
           &mipsfpulist);
   add_cmd ("double", class_support, set_mipsfpu_double_command,
-          "Select double-precision MIPS floating-point coprocessor .",
+          "Select double-precision MIPS floating-point coprocessor.",
           &mipsfpulist);
   add_alias_cmd ("on", "double", class_support, 1, &mipsfpulist);
   add_alias_cmd ("yes", "double", class_support, 1, &mipsfpulist);
index 869a91e2928ebfd4c5bbf9bc9ca8fbb99a789b82..3206470bbfadb393a8c5aeb3140fb8b7cae54137 100644 (file)
@@ -23,7 +23,7 @@
 /* This file was derived from various remote-* modules. It is a collection
    of generic support functions so GDB can talk directly to a ROM based
    monitor. This saves use from having to hack an exception based handler
-   into existance, and makes for quick porting.
+   into existence, and makes for quick porting.
 
    This module talks to a debug monitor called 'MONITOR', which
    We communicate with MONITOR via either a direct serial line, or a TCP
index b46a24289243fa4da820f14c46a2f302d3505ac0..2326b3485b9c52d58651edc1f351d721bab74921 100644 (file)
@@ -717,7 +717,7 @@ supply_register (int regno, char *val)
    Ditto for write_pc.
 
    1999-06-08: The following were re-written so that it assumes the
-   existance of a TARGET_READ_PC et.al. macro.  A default generic
+   existence of a TARGET_READ_PC et.al. macro.  A default generic
    version of that macro is made available where needed.
 
    Since the ``TARGET_READ_PC'' et.al. macro is going to be controlled
index be88feff52303478efed3d1eb03395dce2c39a3e..90aa746318e0cff9b26bbb079f3b888690fe9470 100644 (file)
@@ -627,7 +627,7 @@ e7000_start_remote (void *dummy)
   if (!sync)
     {
       fprintf_unfiltered (gdb_stderr, "Giving up after %d tries...\n", try);
-      error ("Unable to syncronize with target.\n");
+      error ("Unable to synchronize with target.\n");
     }
 
   puts_e7000debug ("\r");
index 3053fe93c631fee2d0dcf29455f3a4e38de2fc8b..0bd6f6bd8769c2d41e5158e687ff339698b890b3 100644 (file)
@@ -1158,7 +1158,7 @@ verify_break (int vec)
 
 
 /* get_break_addr ()
-   find address of breakpint routine
+   find address of breakpoint routine
    vec - trap vector used for breakpoints
    addrp - store the address here       */
 
index 62e10139d871a7239e44a06abf812e2cfa42d094..767e0ee4e6f90228fb9205da45f3e767c18168de 100644 (file)
@@ -970,7 +970,7 @@ handle_swi (void)
          break;
 
        default:
-         error ("Unimplented SWI argument");
+         error ("Unimplemented SWI argument");
        }
 
       type = type >> 2;
index 87c0c5ec7dd93e1afdf04e71b25ab036e970eb67..adf17712e50a33a00dde3c48a7a667db21ca0eff 100644 (file)
@@ -713,7 +713,7 @@ vx_load_command (char *arg_string, int from_tty)
 Kill the target task? "))
        target_kill ();
       else
-       error ("Load cancelled.");
+       error ("Load canceled.");
     }
 
   QUIT;
index a6c7b04555168131cde80dce2a947166ee21c682..791c3fae3dae1788227c89daec2a2dcc4d76cea7 100644 (file)
@@ -1277,7 +1277,7 @@ ser_unix_async (serial_t scb,
       if (SERIAL_DEBUG_P (scb))
        fprintf_unfiltered (gdb_stdlog, "[fd%d->synchronous]\n",
                            scb->fd);
-      /* De-schedule what ever tasks are currently scheduled. */
+      /* De-schedule whatever tasks are currently scheduled. */
       switch (scb->async_state)
        {
        case FD_SCHEDULED:
index 640ea4006a2b89a0e7ac50fe5cac883e6f0f260a..b2b4d2fd49922cf9c81d01af7cd359216d6d9cc8 100644 (file)
@@ -1661,7 +1661,7 @@ static void
 sh_do_pseudo_register (int regnum)
 {
   if (regnum < NUM_REGS || regnum >= NUM_REGS + NUM_PSEUDO_REGS)
-    internal_error ("Invalid pasudo register number %d\n", regnum);
+    internal_error ("Invalid pseudo register number %d\n", regnum);
   else if (regnum >= NUM_REGS && 
           regnum < gdbarch_tdep (current_gdbarch)->FV0_REGNUM)
     do_dr_register_info (regnum);
index d78f8e609c30b6d7eb18cc80aa55b71f7df24dd4..be51710ffed912d7d07b74dd7e36cb441c565838 100644 (file)
@@ -217,7 +217,7 @@ td_err_string (td_err_e errcode)
     {TD_NOAPLIC, "Operation not applicable to"},
     {TD_NOTSD, "No thread specific data for this thread"},
     {TD_MALLOC, "Malloc failed"},
-    {TD_PARTIALREG, "Only part of register set was writen/read"},
+    {TD_PARTIALREG, "Only part of register set was written/read"},
     {TD_NOXREGS, "X register set not available for given thread"}
   };
   const int td_err_size = sizeof td_err_table / sizeof (struct string_map);
index 4605c26e4a8fdbe5192e486b208a6c8482a31bb2..fb804a3b45cd88a5df5015e47ee7401b52e43bd4 100644 (file)
@@ -115,7 +115,7 @@ som_symtab_read (bfd *abfd, struct objfile *objfile,
 
      There's nothing in the header which easily allows us to do
      this.  The only reliable way I know of is to check for the
-     existance of a $SHLIB_INFO$ section with a non-zero size.  */
+     existence of a $SHLIB_INFO$ section with a non-zero size.  */
   /* The code below is not a reliable way to check whether an
    * executable is dynamic, so I commented it out - RT
    * shlib_info = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$");
index f47d1b0b124a1036615f453d375f9e77096fd778..11aa9c5e63fa684e927ba684ed4e751646c3e0b2 100644 (file)
@@ -3328,7 +3328,7 @@ decode_line_2 (struct symbol *sym_arr[], int nelts, int funfirstline,
       num = atoi (args);
 
       if (num == 0)
-       error ("cancelled");
+       error ("canceled");
       else if (num == 1)
        {
          if (canonical_arr)
index 0f52a170fe64277f6682ce87e47180bd8f0bbcc8..8c229d4da43064fe8a41c3637a6a854ea8d3b331 100644 (file)
@@ -1265,7 +1265,7 @@ collect_symbol (struct collection_list *collect, struct symbol *sym,
       printf_filtered ("Don't know LOC_UNRESOLVED %s\n", SYMBOL_NAME (sym));
       break;
     case LOC_OPTIMIZED_OUT:
-      printf_filtered ("%s has been optimized out of existance.\n",
+      printf_filtered ("%s has been optimized out of existence.\n",
                       SYMBOL_NAME (sym));
       break;
     }
This page took 0.05682 seconds and 4 git commands to generate.