2011-02-27 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 27 Feb 2011 16:25:38 +0000 (16:25 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 27 Feb 2011 16:25:38 +0000 (16:25 +0000)
* darwin-nat-info.c: Fix comment typo.
* dwarf2expr.h: Ditto.
* fbsd-nat.c: Ditto.
* fbsd-nat.h: Ditto.
* frame-unwind.h: Ditto.
* frame.h: Ditto.
* hppa-hpux-tdep.c: Ditto.
* i386-linux-nat.c: Ditto.
* linux-nat.c: Ditto.
* nbsd-nat.c: Ditto.
* nbsd-nat.h: Ditto.
* ppc-linux-tdep.c: Ditto.
* serial.c: Ditto.
* ui-file.h: Ditto.
* tui/tui-winsource.c: Ditto.

16 files changed:
gdb/ChangeLog
gdb/darwin-nat-info.c
gdb/dwarf2expr.h
gdb/fbsd-nat.c
gdb/fbsd-nat.h
gdb/frame-unwind.h
gdb/frame.h
gdb/hppa-hpux-tdep.c
gdb/i386-linux-nat.c
gdb/linux-nat.c
gdb/nbsd-nat.c
gdb/nbsd-nat.h
gdb/ppc-linux-tdep.c
gdb/serial.c
gdb/tui/tui-winsource.c
gdb/ui-file.h

index 1ae76bda924521c834073d849a37b2feb9e302ac..51311e7239dfc26a551fb52267596632ec08e7a7 100644 (file)
@@ -1,3 +1,21 @@
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * darwin-nat-info.c: Fix comment typo.
+       * dwarf2expr.h: Ditto.
+       * fbsd-nat.c: Ditto.
+       * fbsd-nat.h: Ditto.
+       * frame-unwind.h: Ditto.
+       * frame.h: Ditto.
+       * hppa-hpux-tdep.c: Ditto.
+       * i386-linux-nat.c: Ditto.
+       * linux-nat.c: Ditto.
+       * nbsd-nat.c: Ditto.
+       * nbsd-nat.h: Ditto.
+       * ppc-linux-tdep.c: Ditto.
+       * serial.c: Ditto.
+       * ui-file.h: Ditto.
+       * tui/tui-winsource.c: Ditto.
+
 2011-02-26  Michael Snyder  <msnyder@vmware.com>
 
        * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
index b4074d45fd05a48cf2c9468c5bb459d9a5367dbd..79173c5c48c5722b8f590762e2dd3d5054192442 100644 (file)
@@ -817,7 +817,7 @@ info_mach_exceptions_command (char *args, int from_tty)
        }
       else if (strcmp (args, "host") == 0)
        {
-         /* FIXME: This need a the privilegied host port!  */
+         /* FIXME: This need a privilegied host port!  */
          kret = host_get_exception_ports
            (darwin_host_self, EXC_MASK_ALL, info.masks,
             &info.count, info.ports, info.behaviors, info.flavors);
index 620269fb101510d807ff6cce244a1daf3c81937c..78ff53fcf2f3c8730e0f632547974cd7e8d51eb8 100644 (file)
@@ -126,7 +126,7 @@ struct dwarf_expr_context
   /* Location of the value.  */
   enum dwarf_value_location location;
 
-  /* For DWARF_VALUE_LITERAL, the current literal value's length and
+  /* For DWARF_VALUE_LITERAL, the current literal value's length and
      data.  For DWARF_VALUE_IMPLICIT_POINTER, LEN is the offset of the
      target DIE.  */
   ULONGEST len;
index 3c3053c7428178e6ea0416fd2ec5f10336dd8e88..2072e0e6f4f923f5e9797408d8fff5e7b2e04b2f 100644 (file)
@@ -34,7 +34,7 @@
 #include "elf-bfd.h"
 #include "fbsd-nat.h"
 
-/* Return a the name of file that can be opened to get the symbols for
+/* Return the name of a file that can be opened to get the symbols for
    the child process identified by PID.  */
 
 char *
index 625204e430cb4462f875f39fc0d6e73017459be7..c232a4fa2d91527652bae81be91345712fc10819 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef FBSD_NAT_H
 #define FBSD_NAT_H
 
-/* Return a the name of file that can be opened to get the symbols for
+/* Return the name of a file that can be opened to get the symbols for
    the child process identified by PID.  */
 
 extern char *fbsd_pid_to_exec_file (int pid);
index 2bd8046b1383c9163f687e8b4f07d6020164dace..e449766b253b24bdc48f5e0c6ebdc1b4bebf0711 100644 (file)
@@ -148,7 +148,7 @@ struct frame_unwind
    search list (so it is sniffed before previously registered
    unwinders).  By using a prepend, later calls can install unwinders
    that override earlier calls.  This allows, for instance, an OSABI
-   to install a more specific sigtramp unwinder that overrides the
+   to install a more specific sigtramp unwinder that overrides the
    traditional brute-force unwinder.  */
 extern void frame_unwind_prepend_unwinder (struct gdbarch *,
                                           const struct frame_unwind *);
index 4b50ad9ec078cf8597bfe69cccf8e2b2bd5cc4a6..2c5276e0fa606309d4ca3faf42ae860d3b3450d2 100644 (file)
@@ -344,7 +344,7 @@ void set_current_sal_from_frame (struct frame_info *, int);
    low-level unwinder, the stack part [typically] being the
    top-of-stack of the previous frame, and the function part being the
    function's start address.  Since the correct identification of a
-   frameless function requires both the a stack and function address,
+   frameless function requires both a stack and function address,
    the old get_frame_base method was not sufficient.
 
    get_frame_base_address: get_frame_locals_address:
index 4e21c69f5f6ad29e8775042621a72074f834eab1..b9761c36bd0cf8ab400d10f7a30cd0782ece89f0 100644 (file)
@@ -1073,7 +1073,7 @@ static CORE_ADDR
 hppa_hpux_find_dummy_bpaddr (CORE_ADDR addr)
 {
   /* In order for us to restore the space register to its starting state, 
-     we need the dummy trampoline to return to the an instruction address in 
+     we need the dummy trampoline to return to an instruction address in 
      the same space as where we started the call.  We used to place the 
      breakpoint near the current pc, however, this breaks nested dummy calls 
      as the nested call will hit the breakpoint address and terminate 
index c3cbbccba0353b0bf26064be71b7eb72d7407c32..e32a119b1ad6c0a0db8475ae50cc63921c6b0213 100644 (file)
@@ -794,7 +794,7 @@ ps_get_thread_area (const struct ps_prochandle *ph,
      call.
 
      Is this function needed?  I'm guessing that the `base' is the
-     address of a descriptor that libthread_db uses to find the
+     address of a descriptor that libthread_db uses to find the
      thread local address base that GDB needs.  Perhaps that
      descriptor is defined by the ABI.  Anyway, given that
      libthread_db calls this function without prompting (gdb
index bb0dd18d12fd88e99efa30ff3527c37e9ebaa19d..98e85e913a76e31ff0e9071d781aabbe52292630 100644 (file)
@@ -2828,7 +2828,7 @@ status_callback (struct lwp_info *lp, void *data)
   if (lp->waitstatus.kind != TARGET_WAITKIND_IGNORE)
     {
       /* A ptrace event, like PTRACE_FORK|VFORK|EXEC, syscall event,
-        or a pending process exit.  Note that `W_EXITCODE(0,0) ==
+        or a pending process exit.  Note that `W_EXITCODE(0,0) ==
         0', so a clean process exit can not be stored pending in
         lp->status, it is indistinguishable from
         no-pending-status.  */
index 777a476faf8f99e7213acdfef40b45402769b234..50ba3c5a7239143a04fb30e8c16e2780a2178e30 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "nbsd-nat.h"
 
-/* Return a the name of file that can be opened to get the symbols for
+/* Return the name of a file that can be opened to get the symbols for
    the child process identified by PID.  */
 
 char *
index 999e49393830fc415ec1e511ada7702cd419782c..998b69407f2a979e0b4f3f6df3785bfc57b9ac16 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef NBSD_NAT_H
 #define NBSD_NAT_H
 
-/* Return a the name of file that can be opened to get the symbols for
+/* Return the name of a file that can be opened to get the symbols for
    the child process identified by PID.  */
 
 extern char *nbsd_pid_to_exec_file (int pid);
index 4800fd4688b9aab5d4b4d7484b893692b01bc7a3..ba70ffdd988979d1bbf0f5e44fde39bba87dac80 100644 (file)
    word) to be written back to the now initialized PLT entry thus
    destroying a portion of the initialization that had occurred only a
    short time ago.  When execution continued, the zero word would be
-   executed as an instruction an an illegal instruction trap was
+   executed as an instruction an illegal instruction trap was
    generated instead.  (0 is not a legal instruction.)
 
    The fix for this problem was fairly straightforward.  The function
index 8809abda2f332081d9faf6049692683e791c111e..954d22a20c82046e444c66dddedb729d9496ebef 100644 (file)
@@ -214,7 +214,7 @@ serial_open (const char *name)
   scb->bufp = scb->buf;
   scb->error_fd = -1;
 
-  /* `...->open (...)' would get expanded by an the open(2) syscall macro.  */
+  /* `...->open (...)' would get expanded by the open(2) syscall macro.  */
   if ((*scb->ops->open) (scb, open_name))
     {
       xfree (scb);
index 139c669d82bb6374cd5f82900b0718612b0b4ca6..9556cf12f0e8d24362402d4e1b4ecb743dc89806 100644 (file)
@@ -642,7 +642,7 @@ tui_alloc_source_buffer (struct tui_win_info *win_info)
 }
 
 
-/* Answer whether the a particular line number or address is displayed
+/* Answer whether a particular line number or address is displayed
    in the current source window.  */
 int
 tui_line_is_displayed (int line, 
@@ -673,7 +673,7 @@ tui_line_is_displayed (int line,
 }
 
 
-/* Answer whether the a particular line number or address is displayed
+/* Answer whether a particular line number or address is displayed
    in the current source window.  */
 int
 tui_addr_is_displayed (CORE_ADDR addr, 
index 01cee1f1b85710ad886683e1d9bb17317d906dab..219668a735984492e40ac55aa4e7934afa554d75 100644 (file)
@@ -106,7 +106,7 @@ extern struct ui_file *mem_fileopen (void);
 
 
 
-/* Open/create a an STDIO based UI_FILE using the already open FILE.  */
+/* Open/create a STDIO based UI_FILE using the already open FILE.  */
 extern struct ui_file *stdio_fileopen (FILE *file);
 
 /* Open NAME returning an STDIO based UI_FILE.  */
This page took 0.032156 seconds and 4 git commands to generate.