[gdb] Fix more typos in comments (2)
authorTom de Vries <tdevries@suse.de>
Sat, 26 Oct 2019 07:55:32 +0000 (09:55 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 26 Oct 2019 07:55:32 +0000 (09:55 +0200)
Fix typos in comments.  NFC.

Tested on x86_64-linux.

gdb/ChangeLog:

2019-10-26  Tom de Vries  <tdevries@suse.de>

* aarch64-linux-tdep.c: Fix typos in comments.
* aarch64-tdep.c: Same.
* ada-lang.c: Same.
* amd64-nat.c: Same.
* arc-tdep.c: Same.
* arch/aarch64-insn.c: Same.
* block.c: Same.
* breakpoint.h: Same.
* btrace.h: Same.
* c-varobj.c: Same.
* cli/cli-decode.c: Same.
* cli/cli-script.c: Same.
* cli/cli-utils.h: Same.
* coff-pe-read.c: Same.
* coffread.c: Same.
* compile/compile-cplus-symbols.c: Same.
* compile/compile-object-run.c: Same.
* completer.c: Same.
* corelow.c: Same.
* cp-support.c: Same.
* demangle.c: Same.
* dwarf-index-write.c: Same.
* dwarf2-frame.c: Same.
* dwarf2-frame.h: Same.
* eval.c: Same.
* frame-base.h: Same.
* frame.h: Same.
* gdbcmd.h: Same.
* gdbtypes.h: Same.
* gnu-nat.c: Same.
* guile/scm-objfile.c: Same.
* i386-tdep.c: Same.
* i386-tdep.h: Same.
* infcall.c: Same.
* infcall.h: Same.
* linux-nat.c: Same.
* m68k-tdep.c: Same.
* macroexp.c: Same.
* memattr.c: Same.
* mi/mi-cmd-disas.c: Same.
* mi/mi-getopt.h: Same.
* mi/mi-main.c: Same.
* minsyms.c: Same.
* nat/aarch64-sve-linux-sigcontext.h: Same.
* objfiles.h: Same.
* ppc-linux-nat.c: Same.
* ppc-linux-tdep.c: Same.
* ppc-tdep.h: Same.
* progspace.h: Same.
* prologue-value.h: Same.
* python/py-evtregistry.c: Same.
* python/py-instruction.h: Same.
* record-btrace.c: Same.
* record-full.c: Same.
* remote.c: Same.
* rs6000-tdep.c: Same.
* ser-tcp.c: Same.
* sol-thread.c: Same.
* sparc-sol2-tdep.c: Same.
* sparc64-tdep.c: Same.
* stabsread.c: Same.
* symfile.c: Same.
* symtab.h: Same.
* target.c: Same.
* tracepoint.c: Same.
* tui/tui-data.h: Same.
* tui/tui-io.c: Same.
* tui/tui-win.c: Same.
* tui/tui.c: Same.
* unittests/rsp-low-selftests.c: Same.
* user-regs.h: Same.
* utils.c: Same.
* utils.h: Same.
* valarith.c: Same.
* valops.c: Same.
* valprint.c: Same.
* valprint.h: Same.
* value.c: Same.
* value.h: Same.
* varobj.c: Same.
* x86-nat.h: Same.
* xtensa-tdep.c: Same.

gdb/gdbserver/ChangeLog:

2019-10-26  Tom de Vries  <tdevries@suse.de>

* linux-aarch64-low.c: Fix typos in comments.
* linux-arm-low.c: Same.
* linux-low.c: Same.
* linux-ppc-low.c: Same.
* proc-service.c: Same.
* regcache.h: Same.
* server.c: Same.
* tracepoint.c: Same.
* win32-low.c: Same.

gdb/stubs/ChangeLog:

2019-10-26  Tom de Vries  <tdevries@suse.de>

* ia64vms-stub.c: Fix typos in comments.
* m32r-stub.c: Same.
* m68k-stub.c: Same.
* sh-stub.c: Same.

gdb/testsuite/ChangeLog:

2019-10-26  Tom de Vries  <tdevries@suse.de>

* gdb.base/bigcore.c: Fix typos in comments.
* gdb.base/ctf-ptype.c: Same.
* gdb.base/long_long.c: Same.
* gdb.dwarf2/dw2-op-out-param.S: Same.
* gdb.python/py-evthreads.c: Same.
* gdb.reverse/i387-stack-reverse.c: Same.
* gdb.trace/tfile.c: Same.
* lib/compiler.c: Same.
* lib/compiler.cc: Same.

Change-Id: I8573d84a577894270179ae30f46c48d806fc1beb

108 files changed:
gdb/ChangeLog
gdb/aarch64-linux-tdep.c
gdb/aarch64-tdep.c
gdb/ada-lang.c
gdb/amd64-nat.c
gdb/arc-tdep.c
gdb/arch/aarch64-insn.c
gdb/block.c
gdb/breakpoint.h
gdb/btrace.h
gdb/c-varobj.c
gdb/cli/cli-decode.c
gdb/cli/cli-script.c
gdb/cli/cli-utils.h
gdb/coff-pe-read.c
gdb/coffread.c
gdb/compile/compile-cplus-symbols.c
gdb/compile/compile-object-run.c
gdb/completer.c
gdb/corelow.c
gdb/cp-support.c
gdb/demangle.c
gdb/dwarf-index-write.c
gdb/dwarf2-frame.c
gdb/dwarf2-frame.h
gdb/eval.c
gdb/frame-base.h
gdb/frame.h
gdb/gdbcmd.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c
gdb/gdbserver/linux-arm-low.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-ppc-low.c
gdb/gdbserver/proc-service.c
gdb/gdbserver/regcache.h
gdb/gdbserver/server.c
gdb/gdbserver/tracepoint.c
gdb/gdbserver/win32-low.c
gdb/gdbtypes.h
gdb/gnu-nat.c
gdb/guile/scm-objfile.c
gdb/i386-tdep.c
gdb/i386-tdep.h
gdb/infcall.c
gdb/infcall.h
gdb/linux-nat.c
gdb/m68k-tdep.c
gdb/macroexp.c
gdb/memattr.c
gdb/mi/mi-cmd-disas.c
gdb/mi/mi-getopt.h
gdb/mi/mi-main.c
gdb/minsyms.c
gdb/nat/aarch64-sve-linux-sigcontext.h
gdb/objfiles.h
gdb/ppc-linux-nat.c
gdb/ppc-linux-tdep.c
gdb/ppc-tdep.h
gdb/progspace.h
gdb/prologue-value.h
gdb/python/py-evtregistry.c
gdb/python/py-instruction.h
gdb/record-btrace.c
gdb/record-full.c
gdb/remote.c
gdb/rs6000-tdep.c
gdb/ser-tcp.c
gdb/sol-thread.c
gdb/sparc-sol2-tdep.c
gdb/sparc64-tdep.c
gdb/stabsread.c
gdb/stubs/ChangeLog
gdb/stubs/ia64vms-stub.c
gdb/stubs/m32r-stub.c
gdb/stubs/m68k-stub.c
gdb/stubs/sh-stub.c
gdb/symfile.c
gdb/symtab.h
gdb/target.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.c
gdb/testsuite/gdb.base/ctf-ptype.c
gdb/testsuite/gdb.base/long_long.c
gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S
gdb/testsuite/gdb.python/py-evthreads.c
gdb/testsuite/gdb.reverse/i387-stack-reverse.c
gdb/testsuite/gdb.trace/tfile.c
gdb/testsuite/lib/compiler.c
gdb/testsuite/lib/compiler.cc
gdb/tracepoint.c
gdb/tui/tui-data.h
gdb/tui/tui-io.c
gdb/tui/tui-win.c
gdb/tui/tui.c
gdb/unittests/rsp-low-selftests.c
gdb/user-regs.h
gdb/utils.c
gdb/utils.h
gdb/valarith.c
gdb/valops.c
gdb/valprint.c
gdb/valprint.h
gdb/value.c
gdb/value.h
gdb/varobj.c
gdb/x86-nat.h
gdb/xtensa-tdep.c

index 9acc579f1eecbbfabfaeb766318020cd55d6840e..edf7c34f43cb695f783271f05f6fc6c9afdec795 100644 (file)
@@ -1,3 +1,88 @@
+2019-10-26  Tom de Vries  <tdevries@suse.de>
+
+       * aarch64-linux-tdep.c: Fix typos in comments.
+       * aarch64-tdep.c: Same.
+       * ada-lang.c: Same.
+       * amd64-nat.c: Same.
+       * arc-tdep.c: Same.
+       * arch/aarch64-insn.c: Same.
+       * block.c: Same.
+       * breakpoint.h: Same.
+       * btrace.h: Same.
+       * c-varobj.c: Same.
+       * cli/cli-decode.c: Same.
+       * cli/cli-script.c: Same.
+       * cli/cli-utils.h: Same.
+       * coff-pe-read.c: Same.
+       * coffread.c: Same.
+       * compile/compile-cplus-symbols.c: Same.
+       * compile/compile-object-run.c: Same.
+       * completer.c: Same.
+       * corelow.c: Same.
+       * cp-support.c: Same.
+       * demangle.c: Same.
+       * dwarf-index-write.c: Same.
+       * dwarf2-frame.c: Same.
+       * dwarf2-frame.h: Same.
+       * eval.c: Same.
+       * frame-base.h: Same.
+       * frame.h: Same.
+       * gdbcmd.h: Same.
+       * gdbtypes.h: Same.
+       * gnu-nat.c: Same.
+       * guile/scm-objfile.c: Same.
+       * i386-tdep.c: Same.
+       * i386-tdep.h: Same.
+       * infcall.c: Same.
+       * infcall.h: Same.
+       * linux-nat.c: Same.
+       * m68k-tdep.c: Same.
+       * macroexp.c: Same.
+       * memattr.c: Same.
+       * mi/mi-cmd-disas.c: Same.
+       * mi/mi-getopt.h: Same.
+       * mi/mi-main.c: Same.
+       * minsyms.c: Same.
+       * nat/aarch64-sve-linux-sigcontext.h: Same.
+       * objfiles.h: Same.
+       * ppc-linux-nat.c: Same.
+       * ppc-linux-tdep.c: Same.
+       * ppc-tdep.h: Same.
+       * progspace.h: Same.
+       * prologue-value.h: Same.
+       * python/py-evtregistry.c: Same.
+       * python/py-instruction.h: Same.
+       * record-btrace.c: Same.
+       * record-full.c: Same.
+       * remote.c: Same.
+       * rs6000-tdep.c: Same.
+       * ser-tcp.c: Same.
+       * sol-thread.c: Same.
+       * sparc-sol2-tdep.c: Same.
+       * sparc64-tdep.c: Same.
+       * stabsread.c: Same.
+       * symfile.c: Same.
+       * symtab.h: Same.
+       * target.c: Same.
+       * tracepoint.c: Same.
+       * tui/tui-data.h: Same.
+       * tui/tui-io.c: Same.
+       * tui/tui-win.c: Same.
+       * tui/tui.c: Same.
+       * unittests/rsp-low-selftests.c: Same.
+       * user-regs.h: Same.
+       * utils.c: Same.
+       * utils.h: Same.
+       * valarith.c: Same.
+       * valops.c: Same.
+       * valprint.c: Same.
+       * valprint.h: Same.
+       * value.c: Same.
+       * value.h: Same.
+       * varobj.c: Same.
+       * x86-nat.h: Same.
+       * xtensa-tdep.c: Same.
+
 2019-10-25  Ali Tamur <tamur@google.com>
 
        * charset.c (find_charset_names): Reflect API change.
index 3ec08d1c76e655c0113ee6b951af6d1b1abc62a6..c8e30a4fef24d12bbf8a014f7b7e423a2a0e9e19 100644 (file)
@@ -1347,7 +1347,7 @@ aarch64_linux_get_syscall_number (struct gdbarch *gdbarch, thread_info *thread)
      This function will only ever get called when stopped at the entry or exit
      of a syscall, so by checking for 0 in x0 (arg0/retval), x1 (arg1), x8
      (syscall), x29 (FP) and x30 (LR) we can infer:
-     1) Either inferior is at exit from sucessful execve.
+     1) Either inferior is at exit from successful execve.
      2) Or inferior is at entry to a call to io_setup with invalid arguments and
        a corrupted FP and LR.
      It should be safe enough to assume case 1.  */
index 2e428ca492476191747f63ba9c51fd2a678eb670..af186e4b1be5fd66f69ab517ac9a7543c4117fb2 100644 (file)
@@ -1414,7 +1414,7 @@ struct aarch64_call_info
 };
 
 /* Pass a value in a sequence of consecutive X registers.  The caller
-   is responsbile for ensuring sufficient registers are available.  */
+   is responsible for ensuring sufficient registers are available.  */
 
 static void
 pass_in_x (struct gdbarch *gdbarch, struct regcache *regcache,
index 6175219b4b364c7c91588fa24483adc78748299a..5b549717a95d596bd6c7bd1765b289a4be8423ea 100644 (file)
@@ -6443,7 +6443,7 @@ ada_is_ignored_field (struct type *type, int field_num)
 
     /* Anonymous field names should not be printed.
        brobecker/2007-02-20: I don't think this can actually happen
-       but we don't want to print the value of annonymous fields anyway.  */
+       but we don't want to print the value of anonymous fields anyway.  */
     if (name == NULL)
       return 1;
 
@@ -10117,7 +10117,7 @@ ada_value_cast (struct type *type, struct value *arg2)
     information nor the associated type structure in GDB are able to
     express such dynamic types.  So what the debugger does is to create
     "fixed" versions of the type that applies to the specific object.
-    We also informally refer to this opperation as "fixing" an object,
+    We also informally refer to this operation as "fixing" an object,
     which means creating its associated fixed type.
 
     Example: when printing the value of variable "Yes" above, its fixed
index a65edc267ad89af9977536d40f3174164cf41665..eb54b49b5b20340c540bfb1b3a6cee51cd82a676 100644 (file)
@@ -34,7 +34,7 @@
    register set indexed by register number, and the number of
    registers supported by the mapping.  We don't need mappings for the
    floating-point and SSE registers, since the difference between
-   64-bit and 32-bit variants are negligable.  The difference in the
+   64-bit and 32-bit variants are negligible.  The difference in the
    number of SSE registers is already handled by the target code.  */
 
 /* General-purpose register mapping for native 32-bit code.  */
index 6bcd9b119179ca1ad7c4f0e60499c737ef974b52..13b1c7fe10a7dac8a1526ba9cbc92b8c3d2a3a73 100644 (file)
@@ -969,7 +969,7 @@ arc_is_in_prologue (struct gdbarch *gdbarch, const struct arc_instruction &insn,
   /* Store of some register.  May or may not update base address register.  */
   if (insn.insn_class == STORE || insn.insn_class == PUSH)
     {
-      /* There is definetely at least one operand - register/value being
+      /* There is definitely at least one operand - register/value being
         stored.  */
       gdb_assert (insn.operands_count > 0);
 
@@ -1886,7 +1886,7 @@ arc_tdesc_init (struct gdbarch_info info, const struct target_desc **tdesc,
        }
     }
 
-  /* Mandatory AUX registeres are intentionally few and are common between
+  /* Mandatory AUX registers are intentionally few and are common between
      ARCompact and ARC v2, so same code can be used for both.  */
   feature = tdesc_find_feature (tdesc_loc, aux_minimal_feature_name);
   if (feature == NULL)
index 48d0be83ff9156450e36e6b213a78a1f21a37f23..89bdabcab98bb66e9502d9bdd23acfaa14444e42 100644 (file)
@@ -47,7 +47,7 @@ extract_signed_bitfield (uint32_t insn, unsigned width, unsigned offset)
    INSN is the instruction opcode.
 
    MASK specifies the bits within the opcode that are to be tested
-   agsinst for a match with PATTERN.  */
+   against for a match with PATTERN.  */
 
 static int
 decode_masked_match (uint32_t insn, uint32_t mask, uint32_t pattern)
index 5ba44d47ba79d4f26f3ef3d09ff8c76ffb516994..40cd3f4b48e50c6166c1038bf190fa8892eb0b97 100644 (file)
@@ -343,7 +343,7 @@ block_set_using (struct block *block,
 }
 
 /* If BLOCK_NAMESPACE (block) is NULL, allocate it via OBSTACK and
-   ititialize its members to zero.  */
+   initialize its members to zero.  */
 
 static void
 block_initialize_namespace (struct block *block, struct obstack *obstack)
index da26f643a2d68a448f16869d8b2aa8f01728a5c6..5c8f17ce397e6c23d46699e75378736721b9d32b 100644 (file)
@@ -375,7 +375,7 @@ public:
   agent_expr_up cmd_bytecode;
 
   /* Signals that breakpoint conditions and/or commands need to be
-     re-synched with the target.  This has no use other than
+     re-synced with the target.  This has no use other than
      target-side breakpoints.  */
   bool needs_update = false;
 
@@ -672,7 +672,7 @@ enum watchpoint_triggered
 
 /* Some targets (e.g., embedded PowerPC) need two debug registers to set
    a watchpoint over a memory region.  If this flag is true, GDB will use
-   only one register per watchpoint, thus assuming that all acesses that
+   only one register per watchpoint, thus assuming that all accesses that
    modify a memory location happen at its starting address. */
 
 extern bool target_exact_watchpoints;
index acde64a5122f18b2590596201f4ecf810ef216ec..d29fec8ba745c4a5b5e5a53edd877698d3eece7a 100644 (file)
@@ -445,7 +445,7 @@ extern int btrace_find_insn_by_number (struct btrace_insn_iterator *,
                                       unsigned int number);
 
 /* Dereference a branch trace call iterator.  Return a pointer to the
-   function the iterator points to or NULL if the interator points past
+   function the iterator points to or NULL if the iterator points past
    the end of the branch trace.  */
 extern const struct btrace_function *
   btrace_call_get (const struct btrace_call_iterator *);
index 50ce202bb8f97e947a15858055418fdf4e14ef95..aad1859693060441a783750823242d98c3900a29 100644 (file)
@@ -82,7 +82,7 @@ adjust_value_for_child_access (struct value **value,
 
   /* Pointers to structures are treated just like
      structures when accessing children.  Don't
-     dererences pointers to other types.  */
+     dereference pointers to other types.  */
   if (TYPE_CODE (*type) == TYPE_CODE_PTR)
     {
       struct type *target_type = get_target_type (*type);
@@ -765,7 +765,7 @@ cplus_describe_child (const struct varobj *parent, int index,
          --type_index;
 
          /* If the type is anonymous and the field has no name,
-            set an appopriate name.  */
+            set an appropriate name.  */
          field_name = TYPE_FIELD_NAME (type, type_index);
          if (field_name == NULL || *field_name == '\0')
            {
index debffbc0f74e7db7565b8209bbf0cd7814db0d7f..7ace72fb7e7abb2a01a824f90493a089705a0db6 100644 (file)
@@ -1038,7 +1038,7 @@ apropos_cmd (struct ui_file *stream,
       command that requires subcommands.  Also called by saying just
       "help".)
 
-   I am going to split this into two seperate comamnds, help_cmd and
+   I am going to split this into two separate commands, help_cmd and
    help_list.  */
 
 void
@@ -1570,7 +1570,7 @@ undef_cmd_error (const char *cmdtype, const char *q)
    unless ALLOW_UNKNOWN is negative.
    CMDTYPE precedes the word "command" in the error message.
 
-   If INGNORE_HELP_CLASSES is nonzero, ignore any command list
+   If IGNORE_HELP_CLASSES is nonzero, ignore any command list
    elements which are actually help classes rather than commands (i.e.
    the function field of the struct cmd_list_element is 0).  */
 
index 3137955265f65100ab08c93741cf6b1da4ffc5f0..8abd48c678ad6a4865137595c1c9b53b4234ac6c 100644 (file)
@@ -251,7 +251,7 @@ print_command_lines (struct ui_out *uiout, struct command_line *cmd,
        }
 
       /* An if command.  Recursively print both arms before
-        continueing.  */
+        continuing.  */
       if (list->control_type == if_control)
        {
          uiout->field_fmt (NULL, "if %s", list->line);
index 33b8663e9ae9ddc9ee79b6ee3246daa8102dfaa1..43e810ffe0a98057fa0d17ed1220b484f15f33cf 100644 (file)
@@ -56,7 +56,7 @@ extern void report_unrecognized_option_error (const char *command,
 
 /* Builds the help string for a command documented by PREFIX,
    followed by the extract_info_print_args help for ENTITY_KIND.  If
-   DOCUMENT_N_FLAG is true then help text descibing the -n flag is also
+   DOCUMENT_N_FLAG is true then help text describing the -n flag is also
    included.  */
 
 const char *info_print_args_help (const char *prefix,
index 11ce46d9920f545491d84eb6b22984270a77f35a..b05357bb8be8304ef3b4648123726fc1c10cbcc1 100644 (file)
@@ -614,7 +614,7 @@ read_pe_exported_syms (minimal_symbol_reader &reader,
 /* Extract from ABFD the offset of the .text section.
    This offset is mainly related to the offset within the file.
    The value was previously expected to be 0x1000 for all files,
-   but some Windows OS core DLLs seem to use 0x10000 section alignement
+   but some Windows OS core DLLs seem to use 0x10000 section alignment
    which modified the return value of that function.
    Still return default 0x1000 value if ABFD is NULL or
    if '.text' section is not found, but that should not happen...  */
index e582d8f6fbb0873515ba0bdcdefab3281563d81a..12f36b7917b0ea958948ec4047d23479d433a3c5 100644 (file)
@@ -456,7 +456,7 @@ record_minimal_symbol (minimal_symbol_reader &reader,
     {
       /* Because the value of these symbols is within a function code
         range, these symbols interfere with the symbol-from-address
-        reverse lookup; this manifests itselfs in backtraces, or any
+        reverse lookup; this manifests itself in backtraces, or any
         other commands that prints symbolic addresses.  Just pretend
         these symbols do not exist.  */
       return NULL;
index 201c4479f0936367bbce31f0f0e76294c034f15a..10ee8566b15f17d5564a5b531ef90ecaebbdb169 100644 (file)
@@ -194,7 +194,7 @@ convert_one_symbol (compile_cplus_instance *instance,
              if (scope.nested_type () != GCC_TYPE_NONE)
                {
                  /* We found a symbol for this type that was defined inside
-                    some other symbol, e.g., a class tyepdef defined.  */
+                    some other symbol, e.g., a class typedef defined.  */
                  return;
                }
 
index 32e46f941044abd59006adc91571ad303e709d48..8173cfea6809a21366585a1473a05db4ae8298a0 100644 (file)
@@ -77,7 +77,7 @@ do_module_cleanup (void *arg, int registers_valid)
 
          addr_value = value_from_pointer (ptr_type, data->out_value_addr);
 
-         /* SCOPE_DATA would be stale unlesse EXECUTEDP != NULL.  */
+         /* SCOPE_DATA would be stale unless EXECUTEDP != NULL.  */
          compile_print_value (value_ind (addr_value), data->scope_data);
        }
     }
index 07facfb012c1e0a196c784cb65108d028640338b..5f75aaa497b9da8ddad08dd6e7325e67a587e141 100644 (file)
@@ -865,7 +865,7 @@ complete_explicit_location (completion_tracker &tracker,
          else if (quoted_arg_end[1] == ' ')
            {
              /* We're maybe past the explicit location argument.
-                Skip the argument without interpretion, assuming the
+                Skip the argument without interpretation, assuming the
                 user may want to create pending breakpoint.  Offer
                 the keyword and explicit location options as possible
                 completions.  */
index cea9210a52039ebc753b969e761d1d0adf14b0d0..b32fa955fdab305a812636518e3b7758db57f8f6 100644 (file)
@@ -330,7 +330,7 @@ maybe_say_no_core_file_now (int from_tty)
     printf_filtered (_("No core file now.\n"));
 }
 
-/* Backward compatability with old way of specifying core files.  */
+/* Backward compatibility with old way of specifying core files.  */
 
 void
 core_file_command (const char *filename, int from_tty)
index 253369b1efe5ea37c615e0af9ba158bfd48c3329..fd7ddc1dbf3782f7058b14ea9041c2e2e472fc84 100644 (file)
@@ -985,7 +985,7 @@ cp_find_first_component_aux (const char *name, int permissive)
   /* Operator names can show up in unexpected places.  Since these can
      contain parentheses or angle brackets, they can screw up the
      recursion.  But not every string 'operator' is part of an
-     operater name: e.g. you could have a variable 'cooperator'.  So
+     operator name: e.g. you could have a variable 'cooperator'.  So
      this variable tells us whether or not we should treat the string
      'operator' as starting an operator.  */
   int operator_possible = 1;
index cfe3421b23c9e2f29a7589fb11ec37a75b783b0e..d8b03104d780f799ca62389454075b24ce95c5c0 100644 (file)
@@ -75,7 +75,7 @@ show_asm_demangle (struct ui_file *file, int from_tty,
 
 static const char *current_demangling_style_string;
 
-/* The array of names of the known demanglyng styles.  Generated by
+/* The array of names of the known demangling styles.  Generated by
    _initialize_demangler from libiberty_demanglers[] array.  */
 
 static const char **demangling_style_names;
index 420c53f397406c7c9eef70825d8216a6231df8c9..48f385efb00968af5b5ceefe1a8814b9c273d3f7 100644 (file)
@@ -951,7 +951,7 @@ private:
   {
   public:
 
-    /* Object costructor to be called for current DWARF2_PER_OBJFILE.
+    /* Object constructor to be called for current DWARF2_PER_OBJFILE.
        All .debug_str section strings are automatically stored.  */
     debug_str_lookup (struct dwarf2_per_objfile *dwarf2_per_objfile)
       : m_abfd (dwarf2_per_objfile->objfile->obfd),
index f8c6d5dd6e25cf3d08ca6552810c29c3096afac3..c41db791dc6005704754638c65025368822f5715 100644 (file)
@@ -1343,7 +1343,7 @@ dwarf2_frame_sniffer (const struct frame_unwind *self,
   if (!dwarf2_frame_unwinders_enabled_p)
     return 0;
 
-  /* Grab an address that is guarenteed to reside somewhere within the
+  /* Grab an address that is guaranteed to reside somewhere within the
      function.  get_frame_pc(), with a no-return next function, can
      end up returning something past the end of this function's body.
      If the frame we're sniffing for is a signal frame whose start
index 3c54f0950e0b05e37c4eae0ab418ce1c35455915..d6dbeffd876a7114c26812af3cab9069516f5ed7 100644 (file)
@@ -41,7 +41,7 @@ enum dwarf2_frame_reg_rule
   DWARF2_FRAME_REG_UNSPECIFIED = 0,
 
   /* The term "undefined" comes from the DWARF2 CFI spec which this
-     code is moddeling; it indicates that the register's value is
+     code is modeling; it indicates that the register's value is
      "undefined".  GCC uses the less formal term "unsaved".  Its
      definition is a combination of REG_UNDEFINED and REG_UNSPECIFIED.
      The failure to differentiate the two helps explain a few problems
index 75d090fe9a5cd14d7b0cff12f62fd85662444ec8..139fd68aaa9bcfbca24a8ab56e1c26fb8da4a7ce 100644 (file)
@@ -342,7 +342,7 @@ evaluate_struct_tuple (struct value *struct_val,
 /* Recursive helper function for setting elements of array tuples.
    The target is ARRAY (which has bounds LOW_BOUND to HIGH_BOUND); the
    element value is ELEMENT; EXP, POS and NOSIDE are as usual.
-   Evaluates index expresions and sets the specified element(s) of
+   Evaluates index expressions and sets the specified element(s) of
    ARRAY to ELEMENT.  Returns last index value.  */
 
 static LONGEST
index 4b23d0878a6ff493b8304c68e2c4cd4d103f11f4..fe51afbd77d499ae06a84da99f6084a0bf7166dd 100644 (file)
@@ -36,7 +36,7 @@ struct regcache;
    debug info.  It is assumed that dwarf2, stabs, ... will each
    provide their own methods.
 
-   A typical implmentation will return the same value for base,
+   A typical implementation will return the same value for base,
    locals-base and args-base.  That value, however, will likely be
    different to the frame ID's stack address.  */
 
index 624bc87c9d3fabb7c608d1890c61217641432ab1..936ef50ad653980f62275afb41c5c350196844a9 100644 (file)
@@ -21,7 +21,7 @@
 #define FRAME_H 1
 
 /* The following is the intended naming schema for frame functions.
-   It isn't 100% consistent, but it is aproaching that.  Frame naming
+   It isn't 100% consistent, but it is approaching that.  Frame naming
    schema:
 
    Prefixes:
index 1b47719f18a2e5253c7ace90e0ef83c59986be05..675c25c1f0866e1cfaa9dc81b35dce737a164bfe 100644 (file)
@@ -2,7 +2,7 @@
    of the possible command languages.  If necessary, a hook (that may be
    present or not) must be used and set to the appropriate routine by any
    command language that cares about it.  If you are having to include this
-   file you are possibly doing things the old way.  This file will disapear.
+   file you are possibly doing things the old way.  This file will dissapear.
    fnasser@redhat.com    */
 
 /* Header file for GDB-specific command-line stuff.
index 55394797dd3f0ec0de74fd2ec0717b4858a3a84b..d016549e296ec4cc946481148c3cbedb6d39174e 100644 (file)
@@ -1,3 +1,15 @@
+2019-10-26  Tom de Vries  <tdevries@suse.de>
+
+       * linux-aarch64-low.c: Fix typos in comments.
+       * linux-arm-low.c: Same.
+       * linux-low.c: Same.
+       * linux-ppc-low.c: Same.
+       * proc-service.c: Same.
+       * regcache.h: Same.
+       * server.c: Same.
+       * tracepoint.c: Same.
+       * win32-low.c: Same.
+
 2019-10-25  Tom Tromey  <tromey@adacore.com>
 
        * utils.c (xstrdup): Remove.
index ad0481714574cad49fadf6f30e49f419bd3c16c0..87a21a0e7745e8e865267129cd37ab6dd1f8dd34 100644 (file)
@@ -1948,7 +1948,7 @@ aarch64_install_fast_tracepoint_jump_pad (CORE_ADDR tpoint,
   for (i = 30; i >= 0; i -= 2)
     p += emit_stp_q_offset (p, i, i + 1, sp, i * 16);
 
-  /* Push general puspose registers on the stack.  Note that we do not need
+  /* Push general purpose registers on the stack.  Note that we do not need
      to push x31 as it represents the xzr register and not the stack
      pointer in a STR instruction.
 
@@ -2116,7 +2116,7 @@ aarch64_install_fast_tracepoint_jump_pad (CORE_ADDR tpoint,
        ; This instruction is a normal store with memory ordering
        ; constraints.  Thanks to this we do not have to put a data
        ; barrier instruction to make sure all data read and writes are done
-       ; before this instruction is executed.  Furthermore, this instrucion
+       ; before this instruction is executed.  Furthermore, this instruction
        ; will trigger an event, letting other threads know they can grab
        ; the lock.
        STLR xzr, [x0]
@@ -2311,7 +2311,7 @@ aarch64_emit_prologue (void)
      the current stack pointer in the frame pointer.  This way, it is not
      clobbered when calling C functions.
 
-     Finally, throughtout every operation, we are using register x0 as the
+     Finally, throughout every operation, we are using register x0 as the
      top of the stack, and x1 as a scratch register.  */
 
   p += emit_stp (p, x0, x1, sp, preindex_memory_operand (-2 * 16));
index 0e30af35620104a282c8ed3b4005c421d98f9e03..22b6be4acc6c6276f972e8d9956bd064ac704548 100644 (file)
@@ -249,7 +249,7 @@ get_next_pcs_is_thumb (struct arm_get_next_pcs *self)
   return arm_is_thumb_mode ();
 }
 
-/* Read memory from the inferiror.
+/* Read memory from the inferior.
    BYTE_ORDER is ignored and there to keep compatiblity with GDB's
    read_memory_unsigned_integer. */
 static ULONGEST
index 0e4b14e36554d28c972b16dc202923655dddb3af..d6b6ce7581632fae6058850bc5a65bd31a00fdb6 100644 (file)
@@ -1613,7 +1613,7 @@ linux_detach (process_info *process)
   complete_ongoing_step_over ();
 
   /* Stop all threads before detaching.  First, ptrace requires that
-     the thread is stopped to sucessfully detach.  Second, thread_db
+     the thread is stopped to successfully detach.  Second, thread_db
      may need to uninstall thread event breakpoints from memory, which
      only works with a stopped process anyway.  */
   stop_all_lwps (0, NULL);
index c0622825ad057db7f29999533c4f8df33bfa633b..d6c10c3f97b4ebf52035933da40ea2eb99e7742a 100644 (file)
@@ -1588,7 +1588,7 @@ ppc_install_fast_tracepoint_jump_pad (CORE_ADDR tpoint, CORE_ADDR tpaddr,
      6. Restore SP
      7. Build a jump for back to the program
      8. Copy/relocate original instruction
-     9. Build a jump for replacing orignal instruction.  */
+     9. Build a jump for replacing original instruction.  */
 
   /* Adjust stack pointer.  */
   if (is_64)
index c5ebff208a9feb5c58863fc919d4aaf88c50292e..512d6c654ad786e5c8a03b65f6cae3eccab57845 100644 (file)
@@ -21,7 +21,7 @@
 #include "server.h"
 
 /* This file is currently tied to GNU/Linux.  It should scale well to
-   another libthread_db implementation, with the approriate gdbserver
+   another libthread_db implementation, with the appropriate gdbserver
    hooks, but for now this means we can use GNU/Linux's target data.  */
 
 #include "linux-low.h"
index d3a350aff9783d730c4bf825a98f7ee865d81a9f..4b2ea1bb2c27277c0a00874eba0b21e903b9356c 100644 (file)
@@ -42,7 +42,7 @@ struct regcache : public reg_buffer_common
   int registers_owned = 0;
   unsigned char *registers = nullptr;
 #ifndef IN_PROCESS_AGENT
-  /* One of REG_UNAVAILBLE or REG_VALID.  */
+  /* One of REG_UNAVAILABLE or REG_VALID.  */
   unsigned char *register_status = nullptr;
 #endif
 
index 25a2be86fb0bb5e273eae3495ab312cb27e200cf..59e8a55313e501a2cb39f55e48e52fed9d0680b2 100644 (file)
@@ -79,7 +79,7 @@ static bool exit_requested;
 /* --once: Exit after the first connection has closed.  */
 bool run_once;
 
-/* Whether to report TARGET_WAITKING_NO_RESUMED events.  */
+/* Whether to report TARGET_WAITKIND_NO_RESUMED events.  */
 static bool report_no_resumed;
 
 bool non_stop;
index 0d0263956d307488c2577aa92617e812b042e4ea..2bd75dfb4aad868bbb8435d40ebb5e6c66b36e3d 100644 (file)
@@ -1002,7 +1002,7 @@ EXTERN_C_POP
 
 /* Control structure holding the read/write/etc. pointers into the
    trace buffer.  We need more than one of these to implement a
-   transaction-like mechanism to garantees that both GDBserver and the
+   transaction-like mechanism to guarantees that both GDBserver and the
    in-process agent can try to change the trace buffer
    simultaneously.  */
 
@@ -5154,7 +5154,7 @@ traceframe_walk_blocks (unsigned char *database, unsigned int datasize,
   return NULL;
 }
 
-/* Look for the block of type TYPE_WANTED in the trameframe starting
+/* Look for the block of type TYPE_WANTED in the traceframe starting
    at DATABASE of DATASIZE bytes long.  TFNUM is the traceframe
    number.  */
 
@@ -6310,7 +6310,7 @@ download_trace_state_variables (void)
    into GDBserver's trace buffer.  This always uploads either all or
    no trace frames.  This is the counter part of
    `trace_alloc_trace_buffer'.  See its description of the atomic
-   synching mechanism.  */
+   syncing mechanism.  */
 
 static void
 upload_fast_traceframes (void)
index 7088ba4dd17d846af7d09f0ac0a1501955782116..449ed5f462fee9167e2416a0caea079781f9beda 100644 (file)
@@ -146,7 +146,7 @@ win32_set_thread_context (win32_thread_info *th)
      will often not be true.  In those cases, the context returned by
      GetThreadContext will not be correct by the time the thread
      stops, hence we can't set that context back into the thread when
-     resuming - it will most likelly crash the inferior.
+     resuming - it will most likely crash the inferior.
      Unfortunately, there is no way to know when the thread will
      really stop.  To work around it, we'll only write the context
      back to the thread when either the user or GDB explicitly change
@@ -1426,7 +1426,7 @@ get_child_debug_event (struct target_waitstatus *ourstatus)
   else
 #endif
     {
-      /* Keep the wait time low enough for confortable remote
+      /* Keep the wait time low enough for comfortable remote
         interruption, but high enough so gdbserver doesn't become a
         bottleneck.  */
       if (!WaitForDebugEvent (&current_event, 250))
index d431cb6fdda25e4ffc8d1a889f283e316f6aacc2..6d6ff59950fb34946914cb95d79e8c55b13963d6 100644 (file)
@@ -292,7 +292,7 @@ DEF_ENUM_FLAGS_TYPE (enum type_instance_flag_value, type_instance_flags);
 #define TYPE_GNU_IFUNC(t)      (TYPE_MAIN_TYPE (t)->flag_gnu_ifunc)
 
 /* * Type owner.  If TYPE_OBJFILE_OWNED is true, the type is owned by
-   the objfile retrieved as TYPE_OBJFILE.  Otherweise, the type is
+   the objfile retrieved as TYPE_OBJFILE.  Otherwise, the type is
    owned by an architecture; TYPE_OBJFILE is NULL in this case.  */
 
 #define TYPE_OBJFILE_OWNED(t) (TYPE_MAIN_TYPE (t)->flag_objfile_owned)
index b55c75b097607458f722aa8291e774e0a489697f..93a50becceb66d33cd52fcde4690e94367f8fbd6 100644 (file)
@@ -1731,7 +1731,7 @@ S_exception_raise_request (mach_port_t port, mach_port_t reply_port,
        }
     }
   else
-    /* A supppressed exception, which ignore.  */
+    /* A suppressed exception, which ignore.  */
     {
       inf->wait.suppress = 1;
       mach_port_deallocate (mach_task_self (), reply_port);
index c70de766176889e808aa4985529708103d96a1ba..7891ec0fcd3dbb5d0414699ba9eb0756155a3082 100644 (file)
@@ -346,7 +346,7 @@ gdbscm_execute_objfile_script (const struct extension_language_defn *extlang,
   ofscm_current_objfile = NULL;
 }
 
-/* (current-objfile) -> <gdb:obfjile>
+/* (current-objfile) -> <gdb:objfile>
    Return the current objfile, or #f if there isn't one.
    Ideally this would be named ofscm_current_objfile, but that name is
    taken by the variable recording the current objfile.  */
index ef2a9a7986e6e394bce99a1f7096c67dcceabb04..52d286a8d73d23225217ae1df8dccff5ba99841f 100644 (file)
@@ -1622,7 +1622,7 @@ i386_analyze_frame_setup (struct gdbarch *gdbarch,
       /* Check for some special instructions that might be migrated by
         GCC into the prologue and skip them.  At this point in the
         prologue, code should only touch the scratch registers %eax,
-        %ecx and %edx, so while the number of posibilities is sheer,
+        %ecx and %edx, so while the number of possibilities is sheer,
         it is limited.
 
         Make sure we only skip these instructions if we later see the
index 456dd549c67c279039582b1c5ce761d17f3f349b..bcfa7194bb236ee43547475c910869e2c1770fec 100644 (file)
@@ -260,7 +260,7 @@ struct gdbarch_tdep
 
 /* Floating-point registers.  */
 
-/* All FPU control regusters (except for FIOFF and FOOFF) are 16-bit
+/* All FPU control registers (except for FIOFF and FOOFF) are 16-bit
    (at most) in the FPU, but are zero-extended to 32 bits in GDB's
    register cache.  */
 
index 583f0deef0e903536ed03a73f77e0cd97a48e504..9fc30acd2d8b079b05f060192b3aa27867a57719 100644 (file)
@@ -841,7 +841,7 @@ call_function_by_hand_dummy (struct value *function,
           void parameterless generic dummy frame calls to frameless
           functions will create a sequence of effectively identical
           frames (SP, FP and TOS and PC the same).  This, not
-          suprisingly, results in what appears to be a stack in an
+          surprisingly, results in what appears to be a stack in an
           infinite loop --- when GDB tries to find a generic dummy
           frame on the internal dummy frame stack, it will always
           find the first one.
index 9966fc671fb7a5e6aac89c239b09a725c0345e71..c3f3fc818c07d440e4ef01c88c728440b3a6d4c5 100644 (file)
@@ -43,7 +43,7 @@ extern CORE_ADDR find_function_addr (struct value *function,
    function returned.  May fail to return, if a breakpoint or signal
    is hit during the execution of the function.
 
-   DFEAULT_RETURN_TYPE is used as function return type if the return
+   DEFAULT_RETURN_TYPE is used as function return type if the return
    type is unknown.  This is used when calling functions with no debug
    info.
 
index 22e830391be3690fbea24d25e499835d6b53444a..bc397961c82d05787cfb9a4aea47e685cf6c7550 100644 (file)
@@ -1468,7 +1468,7 @@ linux_nat_target::detach (inferior *inf, int from_tty)
      inferiors running. */
 
   /* Stop all threads before detaching.  ptrace requires that the
-     thread is stopped to sucessfully detach.  */
+     thread is stopped to successfully detach.  */
   iterate_over_lwps (ptid_t (pid), stop_callback);
   /* ... and wait until all of them have reported back that
      they're no longer running.  */
@@ -3726,7 +3726,7 @@ linux_nat_target::kill ()
       ptid_t ptid = ptid_t (inferior_ptid.pid ());
 
       /* Stop all threads before killing them, since ptrace requires
-        that the thread is stopped to sucessfully PTRACE_KILL.  */
+        that the thread is stopped to successfully PTRACE_KILL.  */
       iterate_over_lwps (ptid, stop_callback);
       /* ... and wait until all of them have reported back that
         they're no longer running.  */
index fb18cadfc7f75fc1f740d913e581c4c89f3629f0..58cbf90426c34c92f96fa7018f7585b720fb6c47 100644 (file)
@@ -257,7 +257,7 @@ m68k_value_to_register (struct frame_info *frame, int regnum,
 
    The 68020/030/040/060 do support an FPU, either as a coprocessor
    (68881/2) or built-in (68040/68060).  That's why System V release 4
-   (SVR4) instroduces a new calling convention specified by the SVR4
+   (SVR4) introduces a new calling convention specified by the SVR4
    psABI.  Integer values are returned in %d0/%d1, pointer return
    values in %a0 and floating values in %fp0.  When calling functions
    returning a structure the caller should pass a pointer to a buffer
index 33a72a7271fb60937be47fd739e0374f25c0372a..65232bc83927cf9b85191dac1494146521299f23 100644 (file)
@@ -1333,7 +1333,7 @@ expand (const char *id,
 
 
 /* If the single token in SRC_FIRST followed by the tokens in SRC_REST
-   constitute a macro invokation not forbidden in NO_LOOP, append its
+   constitute a macro invocation not forbidden in NO_LOOP, append its
    expansion to DEST and return non-zero.  Otherwise, return zero, and
    leave DEST unchanged.
 
index 7a961af481d0a172ee8bd982acd16a5659da7b48..8301a3f2621990e517a36728c48e41fbcffd4021 100644 (file)
@@ -133,7 +133,7 @@ create_user_mem_region (CORE_ADDR lo, CORE_ADDR hi,
   int ix = std::distance (user_mem_region_list.begin (), it);
 
   /* Check for an overlapping memory region.  We only need to check
-     in the vicinity - at most one before and one after the
+     in the vincinity - at most one before and one after the
      insertion point.  */
   for (int i = ix - 1; i < ix + 1; i++)
     {
index 7d38b8c5e0cf351fc6f81035cbcbf46bcb752743..2f919e0a6508d6235b954c7cd9726352401b4624 100644 (file)
@@ -36,7 +36,7 @@
 
    FILENAME: The name of the file where we want disassemble from.
    LINE: The line around which we want to disassemble. It will
-   disassemble the function that contins that line.
+   disassemble the function that contains that line.
    HOW_MANY: Number of disassembly lines to display. With source, it
    is the number of disassembly lines only, not counting the source
    lines.  
index 1513bb5571f46c3c1d94d79a7d4f15ab056b0a56..92e193849465d0a34f15bee1152b3268ee9444bd 100644 (file)
@@ -58,7 +58,7 @@ extern int mi_getopt_allow_unknown (const char *prefix, int argc,
 
 /* mi_valid_noargs determines if ARGC/ARGV are a valid set of
    parameters to satisfy an MI function that is not supposed to
-   recieve any arguments.
+   receive any arguments.
    
    An MI function that should not receive arguments can still be 
    passed parameters after the special option '--' such as below.
index 9a0b7f97b2089546d45f733ceb7e06faeaae9fcd..0e99fa39bdda43e0759e72050e646624e3530490 100644 (file)
@@ -1234,12 +1234,12 @@ mi_cmd_data_evaluate_expression (const char *command, char **argv, int argc)
    the ``x'' command.
    WORD-SIZE: size of each ``word''; 1,2,4, or 8 bytes.
    NR_ROW: Number of rows.
-   NR_COL: The number of colums (words per row).
+   NR_COL: The number of columns (words per row).
    ASCHAR: (OPTIONAL) Append an ascii character dump to each row.  Use
    ASCHAR for unprintable characters.
 
    Reads SIZE*NR_ROW*NR_COL bytes starting at ADDR from memory and
-   displayes them.  Returns:
+   displays them.  Returns:
 
    {addr="...",rowN={wordN="..." ,... [,ascii="..."]}, ...}
 
@@ -1359,7 +1359,7 @@ mi_cmd_data_read_memory (const char *command, char **argv, int argc)
   uiout->field_core_addr ("next-page", gdbarch, addr + total_bytes);
   uiout->field_core_addr ("prev-page", gdbarch, addr - total_bytes);
 
-  /* Build the result as a two dimentional table.  */
+  /* Build the result as a two dimensional table.  */
   {
     int row;
     int row_byte;
index c41e5c3200121d167051cf8a2e75dd9dc1a8c1dd..0267472e5de8792875307cbc27624ef04d247bd9 100644 (file)
@@ -737,7 +737,7 @@ lookup_minimal_symbol_by_pc_section (CORE_ADDR pc_in, struct obj_section *sectio
             or equal to the desired pc value, we accomplish two things:
             (1) the case where the pc value is larger than any minimal
             symbol address is trivially solved, (2) the address associated
-            with the hi index is always the one we want when the interation
+            with the hi index is always the one we want when the iteration
             terminates.  In essence, we are iterating the test interval
             down until the pc value is pushed out of it from the high end.
 
index 875c12cd96ccefe4cffb421713659498d737e966..750b210ea076fb069d65f55deb51b9061ea73dc5 100644 (file)
@@ -133,7 +133,7 @@ struct sve_context {
 
 struct user_sve_header {
        __u32 size; /* total meaningful regset content in bytes */
-       __u32 max_size; /* maxmium possible size for this thread */
+       __u32 max_size; /* maximum possible size for this thread */
        __u16 vl; /* current vector length */
        __u16 max_vl; /* maximum possible vector length */
        __u16 flags;
index aa8e32081e927496282cc00d6d18de660b87e537..0c044582e437f4e1b3ff89d05598c07b44719e2c 100644 (file)
@@ -69,8 +69,8 @@ struct partial_symbol;
    testcase are broken for some targets.  In this test the functions
    are all implemented as part of one file and the testcase is not
    necessarily linked with a start file (depending on the target).
-   What happens is, that the first frame is printed normaly and
-   following frames are treated as being inside the enttry file then.
+   What happens is, that the first frame is printed normally and
+   following frames are treated as being inside the entry file then.
    This way, only the #0 frame is printed in the backtrace output.''
    Ref "frame.c" "NOTE: vinschen/2003-04-01".
 
index 532813d136f89ad5b3d271e09afeb90d1c8f67ce..e14275526c2da464e25475b17e4c44f587da7f57 100644 (file)
@@ -616,7 +616,7 @@ fetch_register (struct regcache *regcache, int tid, int regno)
   if (altivec_register_p (gdbarch, regno))
     {
       /* If this is the first time through, or if it is not the first
-         time through, and we have comfirmed that there is kernel
+         time through, and we have confirmed that there is kernel
          support for such a ptrace request, then go and fetch the
          register.  */
       if (have_ptrace_getvrregs)
index 5a70852fa4a4392f11c98e41fbaad8368ddd2eb4..fd88a8918c63ad19db65884bc8bd2bc0bd91926d 100644 (file)
@@ -150,7 +150,7 @@ static struct target_so_ops powerpc_so_ops;
        Examine the PLT again.  Note that the loading of the shared
        library has initialized the PLT to code which loads a constant
        (which I think is an index into the GOT) into r11 and then
-       branchs a short distance to the code which actually does the
+       branches a short distance to the code which actually does the
        resolving.
 
            (gdb) x/2i 0x100409d4
index 1749f476eb1c17e6674cb36d18c21be21b4e9360..ceae0897ad31caf909ee4354d5024d5049b8e4f6 100644 (file)
@@ -433,7 +433,7 @@ extern int ppc_process_record (struct gdbarch *gdbarch,
 /* Instruction size.  */
 #define PPC_INSN_SIZE 4
 
-/* Estimate for the maximum number of instrctions in a function epilogue.  */
+/* Estimate for the maximum number of instructions in a function epilogue.  */
 #define PPC_MAX_EPILOGUE_INSTRUCTIONS  52
 
 #endif /* ppc-tdep.h */
index 5a053b99d098249656be35677727d79b05686990..c281648b99bff35a98f0c3e10224a6e34ee99357 100644 (file)
@@ -140,7 +140,7 @@ struct program_space
 
   typedef next_adapter<struct objfile> objfiles_range;
 
-  /* Return an iterarable object that can be used to iterate over all
+  /* Return an iterable object that can be used to iterate over all
      objfiles.  The basic use is in a foreach, like:
 
      for (objfile *objf : pspace->objfiles ()) { ... }  */
index 74009d86744f10da6a51243086bddf90bc1f6618..622830ecbb317ec41b52c35dd2bb45f50ceb3d5f 100644 (file)
@@ -121,7 +121,7 @@ enum prologue_value_kind
    understand and maintain.  In the approach used here:
 
    - It's easier to see that the analyzer is correct: you just see
-     whether the analyzer properly (albiet conservatively) simulates
+     whether the analyzer properly (albeit conservatively) simulates
      the effect of each instruction.
 
    - It's easier to extend the analyzer: you can add support for new
index cf3505e6542437aa9c8996890e8c400d86558ee9..4ea2bcc284254d9af17183b4b76f9592fb2ce1a3 100644 (file)
@@ -112,7 +112,7 @@ gdbpy_initialize_eventregistry (void)
                                 (PyObject *) &eventregistry_object_type);
 }
 
-/* Retern the number of listeners currently connected to this
+/* Return the number of listeners currently connected to this
    registry.  */
 
 int
index d0d5306b0a770ed67b66a5e27199586e6b0bfabc..2e5a9ac1abfa6cd2dc590e52a95de4c6236ef8b3 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Python type object for the abstract gdb.Instruction class.  This class
    contains getters for four elements: "pc" (int), "data" (buffer), "decode"
-   (str) and "size" (int) that must be overriden by sub classes.  */
+   (str) and "size" (int) that must be overridden by sub classes.  */
 extern PyTypeObject py_insn_type;
 
 #endif /* PYTHON_PY_INSTRUCTION_H */
index 1171fa9ca509c5868367c075955518c6fa9cb475..3fd4007fd659d1eaa4cc5c6503b6ea682706d6fc 100644 (file)
@@ -1861,7 +1861,7 @@ record_btrace_frame_dealloc_cache (struct frame_info *self, void *this_cache)
 }
 
 /* btrace recording does not store previous memory content, neither the stack
-   frames content.  Any unwinding would return errorneous results as the stack
+   frames content.  Any unwinding would return erroneous results as the stack
    contents no longer matches the changed PC value restored from history.
    Therefore this unwinder reports any possibly unwound registers as
    <unavailable>.  */
index a940274f28e9e72c13413b3d041f8eec94422801..5502a019c266d81d1adbeb5e8a8f96a5ca2c12b7 100644 (file)
@@ -53,7 +53,7 @@
    mode, and we build up an execution log in which, for each executed
    instruction, we record all changes in memory and register state.
    This is invisible to the user, to whom it just looks like an
-   ordinary debugging session (except for performance degredation).
+   ordinary debugging session (except for performance degradation).
 
    In replay mode, instead of actually letting the inferior run as a
    process, we simulate its execution by playing back the recorded
index 4e2f82a68d5dc3551c843164d6d87dcde5f991e8..8ea52d355ae924a5fa39a871bb7974db345c2dff 100644 (file)
@@ -2829,7 +2829,7 @@ remote_target::thread_name (struct thread_info *info)
 
 /* About these extended threadlist and threadinfo packets.  They are
    variable length packets but, the fields within them are often fixed
-   length.  They are redundent enough to send over UDP as is the
+   length.  They are redundant enough to send over UDP as is the
    remote protocol in general.  There is a matching unit test module
    in libstub.  */
 
index 33cdc788117468cb03980502f035839d029388de..9c4df4a61d69f166ec6524748d668a44cf7d87a0 100644 (file)
@@ -1360,7 +1360,7 @@ rs6000_skip_stack_check (struct gdbarch *gdbarch, const CORE_ADDR start_pc)
       return pc;
     }
 
-  /* Third sequence: No probe; instead, a comparizon between the stack size
+  /* Third sequence: No probe; instead, a comparison between the stack size
      limit (saved in a run-time global variable) and the current stack
      pointer:
 
index 079f24828e921d087b273a9c0613204df69c3c6a..37f64b5d08264b873b79773b774edf03895f2d56 100644 (file)
@@ -307,7 +307,7 @@ net_open (struct serial *scb, const char *name)
   /* Flag to indicate whether we've got a connection refused.  It will
      be true if any of the connections tried was refused.  */
   bool got_connrefused;
-  /* If a connection succeeeds, SUCCESS_AINFO will point to the
+  /* If a connection succeeds, SUCCESS_AINFO will point to the
      'struct addrinfo' that succeed.  */
   struct addrinfo *success_ainfo = NULL;
   unsigned int polls = 0;
index f723bd5443433b316159c5eb79f30800975217ab..6b4cf2052286e402239fa2743ef886598a774986 100644 (file)
@@ -22,7 +22,7 @@
    to provide access to the Solaris user-mode thread implementation.
 
    Solaris threads are true user-mode threads, which are invoked via
-   the thr_* and pthread_* (native and POSIX respectivly) interfaces.
+   the thr_* and pthread_* (native and POSIX respectively) interfaces.
    These are mostly implemented in user-space, with all thread context
    kept in various structures that live in the user's heap.  These
    should not be confused with lightweight processes (LWPs), which are
@@ -253,7 +253,7 @@ td_err_string (td_err_e errcode)
   return buf;
 }
 
-/* Return the libthread_db state string assicoated with STATECODE.
+/* Return the libthread_db state string associated with STATECODE.
    If STATECODE is unknown, return an appropriate message.  */
 
 static const char *
index 89755a19c9222142a436c285e5cd455d0a1617c3..0a8a9beae42f7049fe81dc727c03540cee055cff 100644 (file)
@@ -239,7 +239,7 @@ sparc_sol2_static_transform_name (const char *name)
      be incorrect in some places, at least for SPARC.  The
      globalization prefix is encoded into an N_OPT stab, with the form
      "G=<prefix>".  The globalization prefix always seems to start
-     with a dollar sign '$'; a dot '.' is used as a seperator.  So we
+     with a dollar sign '$'; a dot '.' is used as a separator.  So we
      simply strip everything up until the last dot.  */
 
   if (name[0] == '$')
index fa55fcb818c39f827357d89e6f01cc9de9406c8b..873fbaa49b73601c06a3a7faf508f441cc2d2993 100644 (file)
@@ -1199,7 +1199,7 @@ sparc64_16_byte_align_p (struct type *type)
 
 /* Store floating fields of element ELEMENT of an "parameter array"
    that has type TYPE and is stored at BITPOS in VALBUF in the
-   apropriate registers of REGCACHE.  This function can be called
+   appropriate registers of REGCACHE.  This function can be called
    recursively and therefore handles floating types in addition to
    structures.  */
 
index 2896d98f40d0251cca90af7b2d5ab1b93294996a..b99ac201f8474db3717086c71284b581fba3006d 100644 (file)
@@ -4548,7 +4548,7 @@ cleanup_undefined_types_1 (void)
   undef_types_length = 0;
 }
 
-/* Try to fix all the undefined types we ecountered while processing
+/* Try to fix all the undefined types we encountered while processing
    this unit.  */
 
 void
index 3626f75c88e0854d8d7690bf8ffc2b6ec2b42caa..835aed9d7afbde6cbba01d92999aa08c155bdfef 100644 (file)
@@ -1,3 +1,10 @@
+2019-10-26  Tom de Vries  <tdevries@suse.de>
+
+       * ia64vms-stub.c: Fix typos in comments.
+       * m32r-stub.c: Same.
+       * m68k-stub.c: Same.
+       * sh-stub.c: Same.
+
 2019-01-21  Tom Tromey  <tom@tromey.com>
 
        * ia64vms-stub.c: Fix includes.
index 6e8ec4dee5bd61738a2bbd7b65b6c3c1971e9002..ccf420382e46dae166fa3b3ac027665e424732a9 100644 (file)
@@ -1924,7 +1924,7 @@ sock_write (const unsigned char *buf, int len)
     }
 }
 
-/* Compute the cheksum and send the packet.  */
+/* Compute the checksum and send the packet.  */
 
 static void
 send_pkt (void)
@@ -2251,7 +2251,7 @@ excp_handler (struct chf$signal_array *sig,
   /* Self protection.  FIXME: Should be per thread ?  */
   static int in_handler = 0;
 
-  /* Completly ignore some conditions (signaled indirectly by this stub).  */
+  /* Completely ignore some conditions (signaled indirectly by this stub).  */
   switch (code)
     {
     case LIB$_KEYNOTFOU & STS$M_COND_ID:
index 4d54f72d60b81aa968d34fd20f4dcbe94641a75a..40d0ca004063479db1717020bb321fa519b0313f 100644 (file)
@@ -542,7 +542,7 @@ handle_exception (int exceptionVector)
 
 /* qCRC support */
 
-/* Table used by the crc32 function to calcuate the checksum. */
+/* Table used by the crc32 function to calculate the checksum.  */
 static unsigned long crc32_table[256] = { 0, 0 };
 
 static unsigned long
index 4ef4069bc3dfab4ad7b740826c0be597fd064da3..7f78a96adbdc3794ef10dd2aa3b4062cb6e23dc7 100644 (file)
@@ -45,7 +45,7 @@
  *  program counter and status register onto the supervisor stack and then
  *  transfers execution to a location specified in it's vector table.
  *  The handlers for the exception vectors are hardwired to jmp to an address
- *  given by the relation:  (exception - 256) * 6.  These are decending 
+ *  given by the relation:  (exception - 256) * 6.  These are descending
  *  addresses starting from -6, -12, -18, ...  By allowing 6 bytes for
  *  each entry, a jsr, jmp, bsr, ... can be used to enter the exception 
  *  handler.  Using a jsr to handle an exception has an added benefit of
index 76c98a5e8ad94129f3500681d63d476e8f4f3952..c0d14f187921a4e1955a67dedd6aed2484b5f04e 100644 (file)
                                        r... = register contents
        or...           WAA             The process exited, and AA is
                                        the exit status.  This is only
-                                       applicable for certains sorts of
+                                       applicable for certain sorts of
                                        targets.
        kill request    k
 
 
        Responses can be run-length encoded to save space.  A '*' means that
        the next character is an ASCII encoding giving a repeat count which
-       stands for that many repititions of the character preceding the '*'.
+       stands for that many repetitions of the character preceding the '*'.
        The encoding is n+29, yielding a printable character where n >=3 
        (which is where rle starts to win).  Don't use an n > 126. 
 
index d2ed1ccacdfa5a2a59ffeb5a3353dd6052ee1698..c5d226ec0d176bbea94288349142f5427178b5f1 100644 (file)
@@ -1044,7 +1044,7 @@ finish_new_objfile (struct objfile *objfile, symfile_add_flags add_flags)
    For NAME description see the objfile constructor.
 
    ADD_FLAGS encodes verbosity, whether this is main symbol file or
-   extra, such as dynamically loaded code, and what to do with breakpoins.
+   extra, such as dynamically loaded code, and what to do with breakpoints.
 
    ADDRS is as described for syms_from_objfile_1, above.
    ADDRS is ignored when SYMFILE_MAINLINE bit is set in ADD_FLAGS.
index dc65409dd24cd8ae561525fd1d72a8f82b3ecdd1..53003839adee09c21a59130012a1fea11113f30d 100644 (file)
@@ -1044,7 +1044,7 @@ struct symbol_block_ops
      register, the CFA as defined by DWARF unwinding information, ...
 
      So this specific method is supposed to compute the frame base address such
-     as for nested fuctions, the static link computes the same address.  For
+     as for nested functions, the static link computes the same address.  For
      instance, considering DWARF debugging information, the static link is
      computed with DW_AT_static_link and this method must be used to compute
      the corresponding DW_AT_frame_base attribute.  */
index 78bdfeb49a4a034a7a51f1b19cd044fac5d383a7..7c9befcc1c2a50aeb96ad19a55c5da857c7a6185 100644 (file)
@@ -140,7 +140,7 @@ static int show_memory_breakpoints = 0;
 
 /* These globals control whether GDB attempts to perform these
    operations; they are useful for targets that need to prevent
-   inadvertant disruption, such as in non-stop mode.  */
+   inadvertent disruption, such as in non-stop mode.  */
 
 bool may_write_registers = true;
 
index b4228ce63ec941c77130e72b66f1f015c1301626..417c2899f029193ed900a5cb11235bd09175dd18 100644 (file)
@@ -1,3 +1,15 @@
+2019-10-26  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/bigcore.c: Fix typos in comments.
+       * gdb.base/ctf-ptype.c: Same.
+       * gdb.base/long_long.c: Same.
+       * gdb.dwarf2/dw2-op-out-param.S: Same.
+       * gdb.python/py-evthreads.c: Same.
+       * gdb.reverse/i387-stack-reverse.c: Same.
+       * gdb.trace/tfile.c: Same.
+       * lib/compiler.c: Same.
+       * lib/compiler.cc: Same.
+
 2019-10-25  Tom de Vries  <tdevries@suse.de>
 
        * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
index 05077446c235ae639d0424c80719b12718d847fb..3ac7ca90b6d92e8d56df65a87010a6cd4c75486c 100644 (file)
@@ -121,7 +121,7 @@ maximize_rlimit (int resource, const char *prefix)
   print_string ("\n");
 }
 
-/* Maintain a doublely linked list.  */
+/* Maintain a doubly linked list.  */
 struct list
 {
   struct list *next;
@@ -194,7 +194,7 @@ main ()
   }
   
   /* Compute an initial chunk size.  The math is dodgy but it works
-     for the moment.  Perhaphs there's a constant around somewhere.
+     for the moment.  Perhaps there's a constant around somewhere.
      Limit this to max_core_size bytes - no point in trying to
      allocate more than can be written to the corefile.  */
   {
index 2d2e881f0f56fdf3c475fff92f0aefc504bed9d2..5d3580d9b7f02b258bc3782f8c9932cb49049bba 100644 (file)
@@ -17,7 +17,7 @@
 
 /*
  *     Test file with lots of different types, for testing the
- *     "ptype" command on CTF data. It's devired from ptype.c.
+ *     "ptype" command on CTF data. It's derived from ptype.c.
  */
 
 /*
index 9d0393d923e16e1fbc12b023f61446a0ac276cfd..24515856fa61334e01d72dd21d0a46f193780a25 100644 (file)
@@ -80,7 +80,7 @@ int known_types()
 
 int main() {
 
-   /* Pack Byte, Half, Word and Giant arrays with byte-orderd values.
+   /* Pack Byte, Half, Word and Giant arrays with byte-ordered values.
       That way "(gdb) x" gives the same output on different
       architectures.  */
    pack (b, 1, 2);
index 09b5155a63d15aa429cb9929f59492eb02f65590..169eb04d73ac589f742c04c354ac0a0d3325c188 100644 (file)
@@ -28,7 +28,7 @@
    like gdb to behave in a user friendly, and helpful way when presented
    with such dwarf.  */
 
-/* There are 4 test cases in this assembler file.  In each case funcion
+/* There are 4 test cases in this assembler file.  In each case function
    main calls each test function in turn, each test case then calls the
    breakpt function.
 
index 2f5581583f7bdeb09989b965369df722203cfada..f82494509a4a7c964ff7f415f771e4e2f3c860e9 100644 (file)
@@ -33,7 +33,7 @@ void* thread3 (void* d)
 void* thread2 (void* d)
 {
   /* Do not quit thread3 asynchronously wrt thread2 stop - wait first on
-     thread3_id to stop.  It would complicate testcase receiption of the
+     thread3_id to stop.  It would complicate testcase reception of the
      events.  */
 
   pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL);
index 8c690f7def4222988002269f87f3d4d020a285b4..93d3f4629ad5dc8379569cb589015305a7b567f9 100644 (file)
@@ -14,7 +14,7 @@ void empty_fpu_stack()
        "ffree %st(7)");
 }   
 
-/* tests floating point arithmatic */
+/* tests floating point arithmetic */
 void test_arith_floats()
 {
   
index 51d464efb673c68918fb396f4e0fc50405d063c7..402a2d5000a4bab69025825cee5a6d62e7dcf3a6 100644 (file)
@@ -176,7 +176,7 @@ write_basic_trace_file (void)
 
   /* Make up a simulated trace buffer.  */
   /* (Encapsulate better if we're going to do lots of this; note that
-     buffer endianness is the target program's enddianness.) */
+     buffer endianness is the target program's endianness.) */
   trptr = trbuf;
   tfile_write_16 (1);
 
index 9b8400a7261db13e3de87811ed7df472d100558b..917b4eec546fb60ea470d5e0a82edf87acf7291b 100644 (file)
@@ -45,7 +45,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
 
 #if defined (__xlc__)
 /* IBM'x xlc compiler. NOTE:  __xlc__ expands to a double quoted string of four
-   numbers seperated by '.'s: currently "7.0.0.0" */
+   numbers separated by '.'s: currently "7.0.0.0" */
 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
 #endif
 
index 9faeaa236bc069f4c6a85889b27e4ad1ddb27a23..a9e69ba8a2fb96265a0b20a11064f129cd2bb28c 100755 (executable)
@@ -33,7 +33,7 @@ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
 
 #if defined (__xlc__)
 /* IBM'x xlc compiler. NOTE:  __xlc__ expands to a double quoted string of four
-   numbers seperated by '.'s: currently "7.0.0.0" */
+   numbers separated by '.'s: currently "7.0.0.0" */
 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
 #endif
 
index 4db70607ef229a17f35908c055531c2e13d073f6..d62783932b3c8988597787a4a3b10da6051a3c44 100644 (file)
@@ -2136,7 +2136,7 @@ tfind_1 (enum trace_find_type type, int num,
         DON'T give an error, but DO change the state of
         traceframe_number etc. to invalid.
 
-        The rationalle is that if you typed the command, you
+        The rationale is that if you typed the command, you
         might just have committed a typo or something, and you'd
         like to NOT lose your current debugging state.  However
         if you're in a user-defined command or especially in a
index 4710c760211cca82bc90eb1e07ad6857f9147dd7..8af15735aa1009c1c24de1e7e9b980a087babc88 100644 (file)
@@ -181,7 +181,7 @@ public:
   {
   }
 
-  /* Set whether this window is highglighted.  */
+  /* Set whether this window is highlighted.  */
   void set_highlight (bool highlight)
   {
     is_highlighted = highlight;
index 6bb495beaa9370e7cc885e6577abd44f9a9ceeb7..964f2e3323f03bda41887f2dacb8a4ae08cfabdc 100644 (file)
@@ -90,7 +90,7 @@ key_is_start_sequence (int ch)
    be garbled.  This is implemented with a pipe that TUI reads and
    readline writes to.  A gdb input handler is created so that reading
    the pipe is handled automatically.  This will probably not work on
-   non-Unix platforms.  The best fix is to make readline clean enougth
+   non-Unix platforms.  The best fix is to make readline clean enough
    so that is never write on stdout.
 
    Note SCz/2002-09-01: we now use more readline hooks and it seems
index 41c61f12b21fa5db6e4899699b83c633b2c20199..6df5ea2fb0220f5d5be4fe385ca4caecf0b041d1 100644 (file)
@@ -1050,7 +1050,7 @@ tui_adjust_win_heights (struct tui_win_info *primary_win_info,
                  second_win = *(tui_source_windows ().begin ());
                }
              if (primary_win_info == TUI_CMD_WIN)
-               { /* Split the change in height accross the 1st & 2nd
+               { /* Split the change in height across the 1st & 2nd
                     windows, adjusting them as well.  */
                  /* Subtract the locator.  */
                  int first_split_diff = diff / 2;
@@ -1072,7 +1072,7 @@ tui_adjust_win_heights (struct tui_win_info *primary_win_info,
                            second_split_diff++;
                        }
                    }
-                 /* Make sure that the minimum hieghts are
+                 /* Make sure that the minimum heights are
                     honored.  */
                  while ((first_win->height + first_split_diff) < 3)
                    {
index e765d58f97d9ebc7c871f186c0e578f6d7643ec9..15683517842155f278262982d8dabc2b8e33e07a 100644 (file)
@@ -405,7 +405,7 @@ tui_enable (void)
   if (tui_active)
     return;
 
-  /* To avoid to initialize curses when gdb starts, there is a defered
+  /* To avoid to initialize curses when gdb starts, there is a deferred
      curses initialization.  This initialization is made only once
      and the first time the curses mode is entered.  */
   if (tui_finish_init)
index e316a22c74c876d0743e83dd554b8f9bd3e191bc..541d03055258b0fd589c2bb5cd4b3cbf5fba52b4 100644 (file)
@@ -34,7 +34,7 @@ static void test_hex2bin_byte_vector ()
   bv = hex2bin ("");
   SELF_CHECK (bv.size () == 0);
 
-  /* Test a well-formated hex string.  */
+  /* Test a well-formatted hex string.  */
   bv = hex2bin ("abcd01");
   SELF_CHECK (bv.size () == 3);
   SELF_CHECK (bv[0] == 0xab);
index 0714b06ec5aba427e3231cef112a8520fe2970af..06aee241e1eec8cd9554023917f0bcbde3c925c9 100644 (file)
@@ -36,7 +36,7 @@
 /* TODO: cagney/2003-06-27: Need to think more about how these
    registers are added, read, and modified.  At present they are kind
    of assumed to be read-only.  Should it, for instance, return a
-   register descriptor that contains all the relvent access methods.  */
+   register descriptor that contains all the relevant access methods.  */
 
 struct frame_info;
 struct gdbarch;
index 3afb8e5945f5b15d49b0c815d05d13c9467330a5..0c133d15614948707b4380f03bbc19ef545a326b 100644 (file)
@@ -1281,7 +1281,7 @@ init_page_info (void)
          || getenv ("EMACS") || getenv ("INSIDE_EMACS"))
        {
          /* The number of lines per page is not mentioned in the terminal
-            description or EMACS evironment variable is set.  This probably
+            description or EMACS environment variable is set.  This probably
             means that paging is not useful, so disable paging.  */
          lines_per_page = UINT_MAX;
        }
@@ -3098,7 +3098,7 @@ parse_pid_to_attach (const char *args)
   return pid;
 }
 
-/* Substitute all occurences of string FROM by string TO in *STRINGP.  *STRINGP
+/* Substitute all occurrences of string FROM by string TO in *STRINGP.  *STRINGP
    must come from xrealloc-compatible allocator and it may be updated.  FROM
    needs to be delimited by IS_DIR_SEPARATOR or DIRNAME_SEPARATOR (or be
    located at the start or end of *STRINGP.  */
index e837621a2bdfdb483d81794c58cfa5b03c5abd20..79c8a6fc8d823d7f58672a64b998ea5e4d18a2c9 100644 (file)
@@ -125,7 +125,7 @@ void reset_prompt_for_continue_wait_time (void);
 /* Return the time spent in prompt_for_continue.  */
 std::chrono::steady_clock::duration get_prompt_for_continue_wait_time ();
 \f
-/* Parsing utilites.  */
+/* Parsing utilities.  */
 
 extern int parse_pid_to_attach (const char *args);
 
index 8f3c5029eb5dd8e1c19c1425cec003e5d071741f..7f1b24fd539cd8883a24f16d506957544f3788c1 100644 (file)
@@ -335,7 +335,7 @@ value_user_defined_op (struct value **argp, gdb::array_view<value *> args,
    arg1.operator @ (arg1,arg2) and return that value (where '@' is any
    binary operator which is legal for GNU C++).
 
-   OP is the operatore, and if it is BINOP_ASSIGN_MODIFY, then OTHEROP
+   OP is the operator, and if it is BINOP_ASSIGN_MODIFY, then OTHEROP
    is the opcode saying how to modify it.  Otherwise, OTHEROP is
    unused.  */
 
index e197cefd1947dba9b60b5cc65c1401e5fea9ee81..bfdd781aa96821dd94ea09ed070b1a288f9aa538 100644 (file)
@@ -2820,7 +2820,7 @@ find_overload_match (gdb::array_view<value *> args,
    contained in QUALIFIED_NAME until it either finds a good match or
    runs out of namespaces.  It stores the overloaded functions in
    *OLOAD_SYMS, and the badness vector in *OLOAD_CHAMP_BV.  If NO_ADL,
-   argument dependent lookup is not performned.  */
+   argument dependent lookup is not performed.  */
 
 static int
 find_oload_champ_namespace (gdb::array_view<value *> args,
index 5616db12ef044385e2c423a138a348683857ddd5..e0eb8e1839789b25bb0618f7ab18395983488db7 100644 (file)
@@ -1720,7 +1720,7 @@ print_decimal_chars (struct ui_file *stream, const gdb_byte *valaddr,
    * decimal.
    *
    * Given a hex number (in nibbles) as XYZ, we start by taking X and
-   * decemalizing it as "x1 x2" in two decimal nibbles.  Then we multiply
+   * decimalizing it as "x1 x2" in two decimal nibbles.  Then we multiply
    * the nibbles by 16, add Y and re-decimalize.  Repeat with Z.
    *
    * The trick is that "digits" holds a base-10 number, but sometimes
index 6d57554594c2a022eda2477a4ec17253511f7daa..24b731ab35726c4f8cba5c73e3aafada7d67d1a8 100644 (file)
@@ -260,7 +260,7 @@ extern void print_command_completer (struct cmd_list_element *ignore,
    symbols won't be used except in instances where no symbol was
    found; otherwise, a minsym might be used in some instances (mostly
    involving function with non-contiguous address ranges).  Return
-   0 in case of success, when all the info in the OUT paramters is
+   0 in case of success, when all the info in the OUT parameters is
    valid.  Return 1 otherwise.  */
 
 extern int build_address_symbolic (struct gdbarch *,
index cbdb5f71f565c9d95c0f2ee1b8e9e1a93916eb70..47e647afb4c420e0f8fafce15f9085dabd583c33 100644 (file)
@@ -2153,7 +2153,7 @@ value_of_internalvar (struct gdbarch *gdbarch, struct internalvar *var)
      on this value go back to affect the original internal variable.
 
      Do not do this for INTERNALVAR_MAKE_VALUE variables, as those have
-     no underlying modifyable state in the internal variable.
+     no underlying modifiable state in the internal variable.
 
      Likewise, if the variable's value is a computed lvalue, we want
      references to it to produce another computed lvalue, where
index 0d75eaa5b2143c472895087945d7ae813eecaedf..2b5d784a577a74c957ce8bba16b221f7c3337b66 100644 (file)
@@ -568,7 +568,7 @@ extern void mark_value_bits_unavailable (struct value *value,
    Optimized-out contents are equal to optimized-out contents, and are
    not equal to non-optimized-out contents.
 
-   Unavailable contente are equal to unavailable contents, and are not
+   Unavailable contents are equal to unavailable contents, and are not
    equal to non-unavailable contents.
 
    For example, if 'x's represent an unavailable byte, and 'V' and 'Z'
index 10d5a67e154c5e9ce2d2f5c5e0a4c34ee7d946ad..b7ee619a7784a43445d9a568b449970194792a7c 100644 (file)
@@ -1299,7 +1299,7 @@ install_new_value (struct varobj *var, struct value *value, bool initial)
        {
          /* For variables that are frozen, or are children of frozen
             variables, we don't do fetch on initial assignment.
-            For non-initial assignemnt we do the fetch, since it means we're
+            For non-initial assignment we do the fetch, since it means we're
             explicitly asked to compare the new value with the old one.  */
          intentionally_not_fetched = true;
        }
index baa4218a87bc75b73e41f04e21ce7607297aae8d..36b061b8e79d1bf6b8df04e5a0ff6883f68fecfb 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for x86 (i386 and x86-64).
 
-   Low level functions to implement Oeprating System specific
+   Low level functions to implement Operating System specific
    code to manipulate x86 debug registers.
 
    Copyright (C) 2009-2019 Free Software Foundation, Inc.
index 4af2ccd4d9e274c5dc3042db3c7ccd3973db3cda..2a430bf527f30bbc45e9671600e6760a8e564118 100644 (file)
@@ -638,7 +638,7 @@ xtensa_pseudo_register_write (struct gdbarch *gdbarch,
   DEBUGTRACE ("xtensa_pseudo_register_write (... regnum = %d (%s) ...)\n",
              regnum, xtensa_register_name (gdbarch, regnum));
 
-  /* Renumber register, if aliase a0..a15 on Windowed ABI.  */
+  /* Renumber register, if aliases a0..a15 on Windowed ABI.  */
   if (gdbarch_tdep (gdbarch)->isa_use_windowed_registers
       && (regnum >= gdbarch_tdep (gdbarch)->a0_base)
       && (regnum <= gdbarch_tdep (gdbarch)->a0_base + 15))