[gdb] Fix typos
authorTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
Fix a few typos:
- implemention -> implementation
- convertion(s) -> conversion(s)
- backlashes -> backslashes
- signoring -> ignoring
- (un)ambigious -> (un)ambiguous
- occured -> occurred
- hidding -> hiding
- temporarilly -> temporarily
- immediatelly -> immediately
- sillyness -> silliness
- similiar -> similar
- porkuser -> pokeuser
- thats -> that
- alway -> always
- supercede -> supersede
- accomodate -> accommodate
- aquire -> acquire
- priveleged -> privileged
- priviliged -> privileged
- priviledges -> privileges
- privilige -> privilege
- recieve -> receive
- (p)refered -> (p)referred
- succesfully -> successfully
- successfuly -> successfully
- responsability -> responsibility
- wether -> whether
- wich -> which
- disasbleable -> disableable
- descriminant -> discriminant
- construcstor -> constructor
- underlaying -> underlying
- underyling -> underlying
- structureal -> structural
- appearences -> appearances
- terciarily -> tertiarily
- resgisters -> registers
- reacheable -> reachable
- likelyhood -> likelihood
- intepreter -> interpreter
- disassemly -> disassembly
- covnersion -> conversion
- conviently -> conveniently
- atttribute -> attribute
- struction -> struct
- resonable -> reasonable
- popupated -> populated
- namespaxe -> namespace
- intialize -> initialize
- identifer(s) -> identifier(s)
- expection -> exception
- exectuted -> executed
- dungerous -> dangerous
- dissapear -> disappear
- completly -> completely
- (inter)changable -> (inter)changeable
- beakpoint -> breakpoint
- automativ -> automatic
- alocating -> allocating
- agressive -> aggressive
- writting -> writing
- reguires -> requires
- registed -> registered
- recuding -> reducing
- opeartor -> operator
- ommitted -> omitted
- modifing -> modifying
- intances -> instances
- imbedded -> embedded
- gdbaarch -> gdbarch
- exection -> execution
- direcive -> directive
- demanged -> demangled
- decidely -> decidedly
- argments -> arguments
- agrument -> argument
- amespace -> namespace
- targtet -> target
- supress(ed) -> suppress(ed)
- startum -> stratum
- squence -> sequence
- prompty -> prompt
- overlow -> overflow
- memember -> member
- languge -> language
- geneate -> generate
- funcion -> function
- exising -> existing
- dinking -> syncing
- destroh -> destroy
- clenaed -> cleaned
- changep -> changedp (name of variable)
- arround -> around
- aproach -> approach
- whould -> would
- symobl -> symbol
- recuse -> recurse
- outter -> outer
- freeds -> frees
- contex -> context

Tested on x86_64-linux.

Reviewed-By: Tom Tromey <tom@tromey.com>
124 files changed:
gdb/README
gdb/aarch64-tdep.c
gdb/ada-lang.c
gdb/ada-tasks.c
gdb/ada-valprint.c
gdb/alpha-bsd-tdep.c
gdb/amd-dbgapi-target.c
gdb/amd64-tdep.c
gdb/arch-utils.c
gdb/arch-utils.h
gdb/arm-linux-tdep.c
gdb/avr-tdep.c
gdb/breakpoint.c
gdb/bsd-uthread.c
gdb/build-id.c
gdb/c-varobj.c
gdb/coff-pe-read.c
gdb/command.h
gdb/cp-support.h
gdb/csky-tdep.c
gdb/dbxread.c
gdb/doc/gdb.texinfo
gdb/doc/guile.texi
gdb/doc/python.texi
gdb/dwarf2/line-header.h
gdb/dwarf2/read.c
gdb/features/rs6000/powerpc-601.xml
gdb/features/rs6000/rs6000.xml
gdb/frame.h
gdb/gcore-elf.h
gdb/gdbarch.h
gdb/gdbcmd.h
gdb/gdbtypes.h
gdb/gmp-utils.c
gdb/gnu-nat.c
gdb/guile/scm-param.c
gdb/i386-tdep.c
gdb/i386-tdep.h
gdb/ia64-tdep.h
gdb/infcall.c
gdb/interps.h
gdb/language.h
gdb/m2-lang.c
gdb/macroexp.h
gdb/macrotab.h
gdb/make-target-delegates.py
gdb/mdebugread.c
gdb/mi/mi-common.h
gdb/mips-tdep.c
gdb/namespace.h
gdb/nat/aarch64-hw-point.c
gdb/nat/linux-osdata.c
gdb/nat/linux-ptrace.c
gdb/or1k-linux-tdep.c
gdb/ppc-linux-nat.c
gdb/python/python.c
gdb/remote.c
gdb/rs6000-aix-nat.c
gdb/rs6000-aix-tdep.c
gdb/rs6000-tdep.c
gdb/ser-mingw.c
gdb/solib-svr4.c
gdb/stubs/m32r-stub.c
gdb/stubs/m68k-stub.c
gdb/stubs/sh-stub.c
gdb/stubs/z80-stub.c
gdb/symfile.c
gdb/target.h
gdb/target/waitstatus.h
gdb/testsuite/gdb.arch/e500-regs.exp
gdb/testsuite/gdb.arch/ppc64-break-on-_exit.c
gdb/testsuite/gdb.base/all-architectures.exp.tcl
gdb/testsuite/gdb.base/bigcore.c
gdb/testsuite/gdb.base/break-always.exp
gdb/testsuite/gdb.base/call-ar-st.c
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.base/exitsignal.exp
gdb/testsuite/gdb.base/fork-print-inferior-events.exp
gdb/testsuite/gdb.base/scope0.c
gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp
gdb/testsuite/gdb.cp/cpexprs.cc
gdb/testsuite/gdb.cp/oranking.cc
gdb/testsuite/gdb.fortran/array-slices.exp
gdb/testsuite/gdb.multi/multi-arch-exec.exp
gdb/testsuite/gdb.python/py-shared.exp
gdb/testsuite/gdb.python/py-xmethods.cc
gdb/testsuite/gdb.python/python.exp
gdb/testsuite/gdb.threads/thread-specific-bp.exp
gdb/testsuite/lib/completion-support.exp
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/prelink-support.exp
gdb/testsuite/lib/read1.c
gdb/tui/tui-regs.c
gdb/tui/tui-wingeneral.c
gdb/tui/tui-winsource.c
gdb/tui/tui.c
gdb/typeprint.h
gdb/unittests/gmp-utils-selftests.c
gdb/unittests/vec-utils-selftests.c
gdb/valops.c
gdb/varobj.c
gdb/xtensa-tdep.c
gdb/z80-tdep.c
gdbserver/ax.cc
gdbserver/inferiors.h
gdbserver/linux-arc-low.cc
gdbserver/linux-csky-low.cc
gdbserver/linux-ppc-low.cc
gdbserver/mem-break.cc
gdbserver/remote-utils.cc
gdbserver/server.cc
gdbserver/server.h
gdbserver/tracepoint.cc
gdbserver/win32-low.cc
gdbsupport/common-defs.h
gdbsupport/common-exceptions.cc
gdbsupport/enum-flags.h
gdbsupport/filestuff.cc
gdbsupport/gdb_signals.h
gdbsupport/packed.h
gdbsupport/pathstuff.cc
gdbsupport/reference-to-pointer-iterator.h
gdbsupport/scoped_ignore_sigttou.h
gdbsupport/signals.cc

index 9699f4890c6bf80b08a72a915557eed57364c837..7543aac371c7b4a354e4e99fa88b9663e48474ef 100644 (file)
@@ -635,7 +635,7 @@ architecture than the host machine running GDB).
 Reporting Bugs in GDB
 =====================
 
-   There are several ways of reporting bugs in GDB.  The prefered
+   There are several ways of reporting bugs in GDB.  The preferred
 method is to use the World Wide Web:
 
       http://www.gnu.org/software/gdb/bugs/
index 6402b28158e2a0ccece1bde81dacaa2a22e401f2..d8603c45fd34abd29818a38be8402fd49044d6b7 100644 (file)
@@ -282,7 +282,7 @@ aarch64_analyze_prologue (struct gdbarch *gdbarch,
 
   /* Whether the stack has been set.  This should be true when we notice a SP
      to FP move or if we are using the SP as the base register for storing
-     data, in case the FP is ommitted.  */
+     data, in case the FP is omitted.  */
   bool seen_stack_set = false;
 
   /* Track X registers and D registers in prologue.  */
index 237ec09050cf862c7df004b7274923e9003715fb..61e477b6b2741a7888ef36685572be6b4aaf7883 100644 (file)
@@ -6420,7 +6420,7 @@ ada_tag_value_at_base_address (struct value *obj)
 
   obj_type = obj->type ();
 
-  /* It is the responsability of the caller to deref pointers.  */
+  /* It is the responsibility of the caller to deref pointers.  */
 
   if (obj_type->code () == TYPE_CODE_PTR || obj_type->code () == TYPE_CODE_REF)
     return obj;
@@ -9878,7 +9878,7 @@ ada_value_cast (struct type *type, struct value *arg2)
        No  : Rec := (empty => True);
 
     The size and contents of that record depends on the value of the
-    descriminant (Rec.Empty).  At this point, neither the debugging
+    discriminant (Rec.Empty).  At this point, neither the debugging
     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.
@@ -12222,7 +12222,7 @@ create_excep_cond_exprs (struct ada_catchpoint *c,
     return;
 
   /* Compute the condition expression in text form, from the specific
-     expection we want to catch.  */
+     exception we want to catch.  */
   std::string cond_string
     = ada_exception_catchpoint_cond_string (c->excep_string.c_str (), ex);
 
index 8d0dec30485da7f9f01905eeb1b5f79e19b55057..14b0bf11c2a69b93302507d4b202d3dd3a9cdfdf 100644 (file)
@@ -310,7 +310,7 @@ get_ada_tasks_pspace_data (struct program_space *pspace)
 
    Note that we could use an observer of the inferior-created event
    to make sure that the ada-tasks per-inferior data always exists.
-   But we prefered this approach, as it avoids this entirely as long
+   But we preferred this approach, as it avoids this entirely as long
    as the user does not use any of the tasking features.  This is
    quite possible, particularly in the case where the inferior does
    not use tasking.  */
index ca5608f609003c799cd75eb2060a91a2b5e017c3..0d5916c715cc385995094e32946f9be472db0544 100644 (file)
@@ -747,7 +747,7 @@ ada_value_print_num (struct value *val, struct ui_file *stream, int recurse,
       /* For enum-valued ranges, we want to recurse, because we'll end
         up printing the constant's name rather than its numeric
         value.  Character and fixed-point types are also printed
-        differently, so recuse for those as well.  */
+        differently, so recurse for those as well.  */
       struct type *target_type = type->target_type ();
       val = value_cast (target_type, val);
       common_val_print (val, stream, recurse + 1, options,
index 58b3fe81522467698f31a8f63dbc8e23d8de8e1f..95df78f9dbd1992aa2ed8f2f30f17e5b55688e1a 100644 (file)
@@ -23,7 +23,7 @@
 #include "alpha-tdep.h"
 #include "alpha-bsd-tdep.h"
 
-/* Conviently, GDB uses the same register numbering as the
+/* Conveniently, GDB uses the same register numbering as the
    ptrace register structure used by BSD on Alpha.  */
 
 void
index d188663d73833fb998f770a73e91fd4458e1c755..f03e82e505e83232de1b0a403deaf02d56faa6e9 100644 (file)
@@ -1521,7 +1521,7 @@ amd_dbgapi_target::store_registers (struct regcache *regcache, int regno)
     regcache->invalidate (regno);
 
   /* Invalidate all volatile registers if this register has the invalidate
-     volatile property.  For example, writting to VCC may change the content
+     volatile property.  For example, writing to VCC may change the content
      of STATUS.VCCZ.  */
   if (tdep->register_properties[regno]
       & AMD_DBGAPI_REGISTER_PROPERTY_INVALIDATE_VOLATILE)
index d37497a23458132e03b8479e72aad8c83ae4d316..2b027575a0d1aae95a80440ea3e4fd9e37dca1f9 100644 (file)
@@ -3293,7 +3293,7 @@ amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch,
   set_gdbarch_dummy_id (gdbarch, amd64_dummy_id);
 
   /* Hook the function epilogue frame unwinder.  This unwinder is
-     appended to the list first, so that it supercedes the other
+     appended to the list first, so that it supersedes the other
      unwinders in function epilogues.  */
   frame_unwind_prepend_unwinder (gdbarch, &amd64_epilogue_override_frame_unwind);
 
index 1de5981765a521c084800e4a817f0267bfd4892b..ee34fc07d33aa80ed5dda125e7d6b3d59623e069 100644 (file)
@@ -1260,7 +1260,7 @@ static struct gdbarch_registration *gdbarch_registry = NULL;
 std::vector<const char *>
 gdbarch_printable_names ()
 {
-  /* Accumulate a list of names based on the registed list of
+  /* Accumulate a list of names based on the registered list of
      architectures.  */
   std::vector<const char *> arches;
 
index fc0c0b167939e7399701cb9c58f8be21ded2c5db..2bdc3251c9c6ee890e3c010c0766d69e26e0a62f 100644 (file)
@@ -309,7 +309,7 @@ extern void default_read_core_file_mappings
 extern CORE_ADDR default_get_return_buf_addr (struct type *val_typegdbarch,
                                              frame_info_ptr cur_frame);
 
-/* Default implementation of gdbaarch default_dwarf2_omit_typedef_p method.  */
+/* Default implementation of gdbarch default_dwarf2_omit_typedef_p method.  */
 extern bool default_dwarf2_omit_typedef_p (struct type *target_type,
                                           const char *producer,
                                           const char *name);
index 5151fa1c5c6ce01ebd54a21389d170192c0c2e91..dfa816990ff552d9a2effbc4f665ac17e53643ed 100644 (file)
@@ -60,7 +60,7 @@
 
 /* Under ARM GNU/Linux the traditional way of performing a breakpoint
    is to execute a particular software interrupt, rather than use a
-   particular undefined instruction to provoke a trap.  Upon exection
+   particular undefined instruction to provoke a trap.  Upon execution
    of the software interrupt the kernel stops the inferior with a
    SIGTRAP, and wakes the debugger.  */
 
index ce2262c5b1a0a702aee2068f60fd2cc466f1ff6a..92aec3b510f55c8d8060ed0b926e11f3b4788a73 100644 (file)
@@ -112,7 +112,7 @@ enum
   AVR_LAST_PUSHED_REGNUM = 17,
 
   AVR_ARG1_REGNUM = 24,         /* Single byte argument */
-  AVR_ARGN_REGNUM = 25,         /* Multi byte argments */
+  AVR_ARGN_REGNUM = 25,         /* Multi byte arguments */
   AVR_LAST_ARG_REGNUM = 8,      /* Last argument register */
 
   AVR_RET1_REGNUM = 24,         /* Single byte return value */
@@ -240,7 +240,7 @@ avr_register_type (struct gdbarch *gdbarch, int reg_nr)
   return builtin_type (gdbarch)->builtin_uint8;
 }
 
-/* Instruction address checks and convertions.  */
+/* Instruction address checks and conversions.  */
 
 static CORE_ADDR
 avr_make_iaddr (CORE_ADDR x)
@@ -259,7 +259,7 @@ avr_convert_iaddr_to_raw (CORE_ADDR x)
   return ((x) & 0xffffffff);
 }
 
-/* SRAM address checks and convertions.  */
+/* SRAM address checks and conversions.  */
 
 static CORE_ADDR
 avr_make_saddr (CORE_ADDR x)
@@ -277,7 +277,7 @@ avr_convert_saddr_to_raw (CORE_ADDR x)
   return ((x) & 0xffffffff);
 }
 
-/* EEPROM address checks and convertions.  I don't know if these will ever
+/* EEPROM address checks and conversions.  I don't know if these will ever
    actually be used, but I've added them just the same.  TRoth */
 
 /* TRoth/2002-04-08: Commented out for now to allow fix for problem with large
index 0a520cfc169babac948b0c53a0b4e79a0b19307e..6cf14ce579c39e760c24ecf23d3a89fdfb4e89fb 100644 (file)
@@ -10942,7 +10942,7 @@ breakpoint_auto_delete (bpstat *bs)
 /* A comparison function for bp_location AP and BP being interfaced to
    std::sort.  Sort elements primarily by their ADDRESS (no matter what
    bl_address_is_meaningful says), secondarily by ordering first
-   permanent elements and terciarily just ensuring the array is sorted
+   permanent elements and tertiarily just ensuring the array is sorted
    stable way despite std::sort being an unstable algorithm.  */
 
 static int
index d0094bdc2ca1d929743db2f9a7ef3fa9148fdf7f..d5c6fdd363956ea34d93c803bcda2ebe3cb1524b 100644 (file)
@@ -151,7 +151,7 @@ static int bsd_uthread_thread_ctx_offset;
 /* Name of shared threads library.  */
 static const char *bsd_uthread_solib_name;
 
-/* Non-zero if the thread startum implemented by this module is active.  */
+/* Non-zero if the thread stratum implemented by this module is active.  */
 static int bsd_uthread_active;
 
 static CORE_ADDR
index 00250c20ae9e6f944522be9228b53273e534a57d..65b493f0832b1c1abef2f57e401c7e5311f7c20b 100644 (file)
@@ -33,7 +33,7 @@ const struct bfd_build_id *
 build_id_bfd_get (bfd *abfd)
 {
   /* Dynamic objfiles such as ones created by JIT reader API
-     have no underlaying bfd structure (that is, objfile->obfd
+     have no underlying bfd structure (that is, objfile->obfd
      is NULL).  */
   if (abfd == nullptr)
     return nullptr;
index d2a415e60c276a7f2c2ea9fe29f2b2b5bda2ec3f..87eca6b069ab4befa215f810e0f66abb03667fcc 100644 (file)
@@ -815,7 +815,7 @@ cplus_describe_child (const struct varobj *parent, int index,
              /* Cast the parent to the base' type.  Note that in gdb,
                 expression like 
                         (Base1)d
-                will create an lvalue, for all appearences, so we don't
+                will create an lvalue, for all appearances, so we don't
                 need to use more fancy:
                         *(Base1*)(&d)
                 construct.
index fdd062f1b2e8d5d5598e14b220a09b74bbd95b3f..a6401c4be12e149eb44985bcba92c0bf1d526967 100644 (file)
@@ -163,7 +163,7 @@ add_pe_exported_sym (minimal_symbol_reader &reader,
 /* Create a minimal symbol entry for an exported forward symbol.
    Return 1 if the forwarded function was found 0 otherwise.
    SYM_NAME contains the exported name or NULL if exported by ordinal,
-   FORWARD_DLL_NAME is the name of the DLL in which the target symobl resides,
+   FORWARD_DLL_NAME is the name of the DLL in which the target symbol resides,
    FORWARD_FUNC_NAME is the name of the target symbol in that DLL,
    ORDINAL is the ordinal index value of the symbol,
    DLL_NAME is the internal name of the DLL file,
index a4641bb1fd537682a7928cf5ec238284bc199d41..467bb283cdc0013bdaa1e6b91b64681309dfcfb0 100644 (file)
@@ -633,7 +633,7 @@ extern cmd_list_element *add_com_alias (const char *name,
 extern struct cmd_list_element *add_com_suppress_notification
                       (const char *name, enum command_class theclass,
                        cmd_simple_func_ftype *fun, const char *doc,
-                       bool *supress_notification);
+                       bool *suppress_notification);
 
 extern struct cmd_list_element *add_info (const char *,
                                          cmd_simple_func_ftype *fun,
index d12f1d4ce05c9650c17da5ddb4060fd96e85cd30..157f522cb2587b9f701413f6d908da99ba1f79b8 100644 (file)
@@ -99,7 +99,7 @@ extern unsigned int cp_entire_prefix_len (const char *name);
 extern gdb::unique_xmalloc_ptr<char> cp_func_name (const char *full_name);
 
 extern gdb::unique_xmalloc_ptr<char> cp_remove_params
-  (const char *demanged_name);
+  (const char *demangled_name);
 
 /* DEMANGLED_NAME is the name of a function, (optionally) including
    parameters and (optionally) a return type.  Return the name of the
index e1bafeaa851ec7b024e93db73702aa12f66f9c14..694c34a7bde54b950fb5bd4b1cf206015181af26 100644 (file)
@@ -713,7 +713,7 @@ csky_register_type (struct gdbarch *gdbarch, int reg_nr)
 
   /* Vector register has 128 bits, and only in ck810. Just return
      csky_vector_type(), not check tdesc_has_registers(), is in case
-     of some GDB stub does not describe type for Vector resgisters
+     of some GDB stub does not describe type for Vector registers
      in the target-description-xml.  */
   if ((reg_nr >= CSKY_VR0_REGNUM) && (reg_nr <= CSKY_VR0_REGNUM + 15))
     return csky_vector_type (gdbarch);
index 73371edd841284ea93f990a285a0c90ceb24f3db..a0a08b142779fbb4c8a314672932efc2143c6f1e 100644 (file)
@@ -1077,7 +1077,7 @@ read_dbx_symtab (minimal_symbol_reader &reader,
         *) The call to strchr.
         *) The addition of a partial symbol the two partial
         symbol lists.  This last is a large section of code, so
-        I've imbedded it in the following macro.  */
+        I've embedded it in the following macro.  */
 
       switch (nlist.n_type)
        {
index fc55c4e7b43e4776e3a05fa79390a1291f4a92dd..40d1f24441746f06815dc6e682cc3365fe43099e 100644 (file)
@@ -43252,7 +43252,7 @@ Hex encoded (big endian) bytes representing the linear address of the
 thread information block.
 
 @item E @var{nn}
-An error occured.  This means that either the thread was not found, or the
+An error occurred.  This means that either the thread was not found, or the
 address could not be retrieved.
 
 @item @w{}
@@ -43303,7 +43303,7 @@ Hex encoded sequence of uninterpreted bytes, @var{xx}@dots{}, representing the
 tags found in the requested memory range.
 
 @item E @var{nn}
-An error occured.  This means that fetching of memory tags failed for some
+An error occurred.  This means that fetching of memory tags failed for some
 reason.
 
 @item @w{}
@@ -43352,7 +43352,7 @@ The request was successful and the memory tag granules were modified
 accordingly.
 
 @item E @var{nn}
-An error occured.  This means that modifying the memory tag granules failed
+An error occurred.  This means that modifying the memory tag granules failed
 for some reason.
 
 @item @w{}
@@ -45402,7 +45402,7 @@ The valid responses to Host I/O packets are:
 
 @item F @var{result} [, @var{errno}] [; @var{attachment}]
 @var{result} is the integer value returned by this operation, usually
-non-negative for success and -1 for errors.  If an error has occured,
+non-negative for success and -1 for errors.  If an error has occurred,
 @var{errno} will be included in the result specifying a
 value defined by the File-I/O protocol (@pxref{Errno Values}).  For
 operations which return data, @var{attachment} supplies the data as a
@@ -49663,7 +49663,7 @@ terminates) is not issued when running in batch mode.
 
 @item --batch-silent
 Run in batch mode, just like @option{--batch}, but totally silent.  All @value{GDBN}
-output is supressed (stderr is unaffected).  This is much quieter than
+output is suppressed (stderr is unaffected).  This is much quieter than
 @option{--silent} and would be useless for an interactive session.
 
 This is particularly useful when using targets that give @samp{Loading section}
index 79e6dbe3664f1962c0ad5dcabf758d39f2b60fbe..aae0c6a5cc924ab8656cb3b954fa77c338663bd0 100644 (file)
@@ -2446,7 +2446,7 @@ versions.  Using it, you could write:
 (define reason (frame-unwind-stop-readon (selected-frame)))
 (define reason-str (unwind-stop-reason-string reason))
 (if (>= reason FRAME_UNWIND_FIRST_ERROR)
-    (format #t "An error occured: ~s\n" reason-str))
+    (format #t "An error occurred: ~s\n" reason-str))
 @end smallexample
 @end table
 @end deffn
index 69755e961433a61140e441058a29bcae7c932ccd..02cb9ad4bc0c1aedd55ad9001d4df4f532503b21 100644 (file)
@@ -732,7 +732,7 @@ prompt) is translated to a Python @code{KeyboardInterrupt} exception.
 
 In all cases, your exception handler will see the @value{GDBN} error
 message as its value and the Python call stack backtrace at the Python
-statement closest to where the @value{GDBN} error occured as the
+statement closest to where the @value{GDBN} error occurred as the
 traceback.
 
 
@@ -4074,7 +4074,7 @@ available.
 A boolean indicating whether the instruction was executed speculatively.
 @end defvar
 
-If an error occured during recording or decoding a recording, this error is
+If an error occurred during recording or decoding a recording, this error is
 represented by a @code{gdb.RecordGap} object in the instruction list.  It has
 the following attributes:
 
@@ -5423,7 +5423,7 @@ versions.  Using it, you could write:
 reason = gdb.selected_frame().unwind_stop_reason ()
 reason_str =  gdb.frame_stop_reason_string (reason)
 if reason >=  gdb.FRAME_UNWIND_FIRST_ERROR:
-    print ("An error occured: %s" % reason_str)
+    print ("An error occurred: %s" % reason_str)
 @end smallexample
 @end table
 
index 59a42e336f5a2141e8cf5b5e3f96a48e0943bc47..06d2eec573be2ca9c6ee0d006df7749eff0b57ea 100644 (file)
@@ -77,7 +77,7 @@ struct line_header
     : offset_in_dwz {}, m_comp_dir (comp_dir)
   {}
 
-  /* This constructor should only be used to create line_header intances to do
+  /* This constructor should only be used to create line_header instances to do
      hash table lookups.  */
   line_header (sect_offset sect_off, bool offset_in_dwz)
     : sect_off (sect_off),
index 4828409222c70d4c405f2f461abb19ce5939e51f..2f835ddae5e1d8af7656c714a114419189001c54 100644 (file)
@@ -9863,7 +9863,7 @@ inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
      same.  This is a shallow traversal and it is not bullet-proof;
      the compiler can trick the debugger into believing that the trees
      are isomorphic, whereas they actually are not.  However, the
-     likelyhood of this happening is pretty low, and a full-fledged
+     likelihood of this happening is pretty low, and a full-fledged
      check would be an overkill.  */
   bool are_isomorphic = true;
   die_info *concrete_child = die->child;
@@ -13740,7 +13740,7 @@ read_array_type (struct die_info *die, struct dwarf2_cu *cu)
 
          if (child_type != NULL)
            {
-             /* The range type was succesfully read.  Save it for the
+             /* The range type was successfully read.  Save it for the
                 array type creation.  */
              range_types.push_back (child_type);
            }
@@ -19989,7 +19989,7 @@ determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
            DW_AT_specification   // refers to die #3
 
      Thus, when processing die #4, we have to pretend that we're in
-     the context of its DW_AT_specification, namely the contex of die
+     the context of its DW_AT_specification, namely the context of die
      #3.  */
   spec_cu = cu;
   spec_die = die_specification (die, &spec_cu);
index c2bce7ea3c9ba04c90b572f233c04731f72fa3f5..b787f3ac7069d296d00218789eea04d888834ccb 100644 (file)
@@ -11,7 +11,7 @@
 <!DOCTYPE target SYSTEM "gdb-target.dtd">
 <target>
   <!-- This description is slightly different from the standard
-       org.gnu.gdb.power.core, to accomodate mq.  -->
+       org.gnu.gdb.power.core, to accommodate mq.  -->
   <feature name="org.gnu.gdb.power.core">
     <reg name="r0" bitsize="32"/>
     <reg name="r1" bitsize="32"/>
index c686acd1a18128f19fb75d149f6c80ef71e50f3e..701b3b795997dd2b7bd5b02817b7dde442b2e3e3 100644 (file)
@@ -13,7 +13,7 @@
   <architecture>rs6000:6000</architecture>
 
   <!-- This description is slightly different from the standard
-       org.gnu.gdb.power.core, to accomodate mq, cnd, and cnt.  -->
+       org.gnu.gdb.power.core, to accommodate mq, cnd, and cnt.  -->
   <feature name="org.gnu.gdb.power.core">
     <reg name="r0" bitsize="32"/>
     <reg name="r1" bitsize="32"/>
@@ -58,7 +58,7 @@
   </feature>
 
   <!-- This description is slightly different from the standard
-       org.gnu.gdb.power.core, to accomodate historical numbering
+       org.gnu.gdb.power.core, to accommodate historical numbering
        for fpscr.  -->
   <feature name="org.gnu.gdb.power.fpu">
     <reg name="f0" bitsize="64" type="ieee_double" regnum="32"/>
index 355150ab585456593e1e9a97ef4e06e2bdd2f8c9..1d7422cac32b91de065b0de319c7d61528380d3b 100644 (file)
@@ -595,7 +595,7 @@ void set_current_sal_from_frame (frame_info_ptr);
 
 extern CORE_ADDR get_frame_base (frame_info_ptr);
 
-/* Return the per-frame unique identifer.  Can be used to relocate a
+/* Return the per-frame unique identifier.  Can be used to relocate a
    frame after a frame cache flush (and other similar operations).  If
    FI is NULL, return the null_frame_id.  */
 extern struct frame_id get_frame_id (frame_info_ptr fi);
@@ -937,7 +937,7 @@ struct frame_arg
   struct value *val = nullptr;
 
   /* String containing the error message, it is more usually NULL indicating no
-     error occured reading this parameter.  */
+     error occurred reading this parameter.  */
   gdb::unique_xmalloc_ptr<char> error;
 
   /* One of the print_entry_values_* entries as appropriate specifically for
index 4803efdf32d9717c199db051ad775a04a46281b3..2cfeb3e85504b88b64d2e6b67483854d8719019e 100644 (file)
@@ -37,7 +37,7 @@ extern void gcore_elf_build_thread_register_notes
    bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
 
 /* Add content to *NOTE_DATA (and update *NOTE_SIZE) to include a note
-   containing the current targtet's target description.  The core file is
+   containing the current target's target description.  The core file is
    being written to OBFD.  If something goes wrong then *NOTE_DATA can be
    set to nullptr.  */
 
index f0399c2fa8888ec2fa1c4e3b486d1c51c6b18edb..3d97919bc9bb80829d2bea73d23896cdc9a39f9d 100644 (file)
@@ -201,7 +201,7 @@ gdbarch_tdep (struct gdbarch *gdbarch)
    The more traditional mega-struct containing architecture specific
    data for all the various GDB components was also considered.  Since
    GDB is built from a variable number of (fairly independent)
-   components it was determined that the global aproach was not
+   components it was determined that the global approach was not
    applicable.  */
 
 
@@ -301,7 +301,7 @@ extern struct gdbarch *gdbarch_alloc (const struct gdbarch_info *info,
 
 
 /* Helper function.  Free a partially-constructed ``struct gdbarch''.
-   It is assumed that the caller freeds the ``struct
+   It is assumed that the caller frees the ``struct
    gdbarch_tdep''.  */
 
 extern void gdbarch_free (struct gdbarch *);
index 9f6765670c11f6608953ce08ec9fd7f0594941fb..5824030efe8c1211d824a4dd71b9b51cc4d05ff7 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 dissapear.
+   file you are possibly doing things the old way.  This file will disappear.
    fnasser@redhat.com    */
 
 /* Header file for GDB-specific command-line stuff.
index 319a7731bca1b7eb9110cc54299252ca3861820c..8071d6b97ae7390e25eab793eb2566d37cc62d8e 100644 (file)
@@ -2429,7 +2429,7 @@ struct struct_elt
 
    TYPE can be either a struct or union, or a pointer or reference to
    a struct or union.  If it is a pointer or reference, its target
-   type is automatically used.  Thus '.' and '->' are interchangable,
+   type is automatically used.  Thus '.' and '->' are interchangeable,
    as specified for the definitions of the expression element types
    STRUCTOP_STRUCT and STRUCTOP_PTR.
 
@@ -2446,7 +2446,7 @@ extern struct_elt lookup_struct_elt (struct type *, const char *, int);
 
    TYPE can be either a struct or union, or a pointer or reference to
    a struct or union.  If it is a pointer or reference, its target
-   type is automatically used.  Thus '.' and '->' are interchangable,
+   type is automatically used.  Thus '.' and '->' are interchangeable,
    as specified for the definitions of the expression element types
    STRUCTOP_STRUCT and STRUCTOP_PTR.
 
index 13fa61d61e30aa5b156ce96243de129e079e7d92..b5e0628434238a3cb7fde00ff4c2d1368a3cf5f6 100644 (file)
@@ -153,9 +153,9 @@ gdb_mpz::export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p
 
   /* Do the export into a buffer allocated by GMP itself; that way,
      we can detect cases where BUF is not large enough to export
-     our value, and thus avoid a buffer overlow.  Normally, this should
+     our value, and thus avoid a buffer overflow.  Normally, this should
      never happen, since we verified earlier that the buffer is large
-     enough to accomodate our value, but doing this allows us to be
+     enough to accommodate our value, but doing this allows us to be
      extra safe with the export.
 
      After verification that the export behaved as expected, we will
index 138905395813837da248813c49b0263469de7c75..90caee8a9d46b4cd1ab3c2b587f832deb225303b 100644 (file)
@@ -1428,7 +1428,7 @@ gnu_nat_target::inf_continue (struct inf *inf)
 /* The inferior used for all gdb target ops.  */
 struct inf *gnu_current_inf = 0;
 
-/* The inferior being waited for by gnu_wait.  Since GDB is decidely not
+/* The inferior being waited for by gnu_wait.  Since GDB is decidedly not
    multi-threaded, we don't bother to lock this.  */
 static struct inf *waiting_inf;
 
@@ -1561,7 +1561,7 @@ rewait:
       else if (kind == TARGET_WAITKIND_STOPPED
               && w->status.sig () == GDB_SIGNAL_TRAP)
        /* Ah hah!  A SIGTRAP from the inferior while starting up probably
-          means we've succesfully completed an exec!  */
+          means we've successfully completed an exec!  */
        {
          inf_debug (inf, "one pending exec completed");
        }
index 0bb87b0d3ed27dfe60a50b7d0a6a59cd804feabe..d49cc3cebcb5dc94ba9d19444ee84f44b71f71dd 100644 (file)
@@ -101,7 +101,7 @@ struct param_smob
      space, it will be freed with the smob.  */
   const char * const *enumeration;
 
-  /* The set_func funcion or #f if not specified.
+  /* The set_func function or #f if not specified.
      This function is called *after* the parameter is set.
      It returns a string that will be displayed to the user.  */
   SCM set_func;
index 2c73c123c3a346cc182b0a669920a36e7fb1fc74..6a14d0dcfe8c6522aa3d3eff5e4905cca93450da 100644 (file)
@@ -8656,7 +8656,7 @@ i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_fetch_pointer_argument (gdbarch, i386_fetch_pointer_argument);
 
   /* Hook the function epilogue frame unwinder.  This unwinder is
-     appended to the list first, so that it supercedes the DWARF
+     appended to the list first, so that it supersedes the DWARF
      unwinder in function epilogues (where the DWARF unwinder
      currently fails).  */
   if (info.bfd_arch_info->bits_per_word == 32)
index 642ac89b240ebd6a5d1b0e20f203a01551854ee9..bf52020ab6713ec586f2fbe8799895817e2a6c67 100644 (file)
@@ -387,8 +387,8 @@ extern int i386_ax_pseudo_register_collect (struct gdbarch *gdbarch,
 
 /* Segment selectors.  */
 #define I386_SEL_RPL   0x0003  /* Requester's Privilege Level mask.  */
-#define I386_SEL_UPL   0x0003  /* User Privilige Level.  */
-#define I386_SEL_KPL   0x0000  /* Kernel Privilige Level.  */
+#define I386_SEL_UPL   0x0003  /* User Privilege Level.  */
+#define I386_SEL_KPL   0x0000  /* Kernel Privilege Level.  */
 
 /* The length of the longest i386 instruction (according to
    include/asm-i386/kprobes.h in Linux 2.6.  */
index ec7715d64044d68b32d90f52610151111721a079..3239319861510abede886e06ac916acb913fe70b 100644 (file)
 class frame_info_ptr;
 struct regcache;
 
-/* A struction containing pointers to all the target-dependent operations
+/* A struct containing pointers to all the target-dependent operations
    performed to setup an inferior function call. */
 
 struct ia64_infcall_ops
index 233ef5f29e9ffb295792f453e5ac7e9bf54705b2..ddf325a62a553bb301366733c47aa67f0948bded 100644 (file)
@@ -1361,7 +1361,7 @@ call_function_by_hand_dummy (struct value *function,
            /* Get the return value.  */
            retval = sm->return_value;
 
-           /* Restore the original FSM and clean up / destroh the call FSM.
+           /* Restore the original FSM and clean up / destroy the call FSM.
               Doing it in this order ensures that if the call to clean_up
               throws, the original FSM is properly restored.  */
            {
index ebe078eb73948c92933238d28f785dcbd2d96da1..3a0e8372e10e4a68bf59bf2213047702605ca976 100644 (file)
@@ -98,7 +98,7 @@ public:
   /* Notify the interpreter that the current inferior has stopped normally.  */
   virtual void on_normal_stop (bpstat *bs, int print_frame) {}
 
-  /* Notify the intepreter that the current inferior has exited normally with
+  /* Notify the interpreter that the current inferior has exited normally with
      status STATUS.  */
   virtual void on_exited (int status) {}
 
index 0ebd4c1d957ee959dc99b3bb756a584437909de9..2b44ff6ffd3efc758921f04988df42aca009098c 100644 (file)
@@ -631,7 +631,7 @@ struct language_defn
   { return false; }
 
   /* Is this language case sensitive?  The return value from this function
-     provides the automativ setting for 'set case-sensitive', as a
+     provides the automatic setting for 'set case-sensitive', as a
      consequence, a user is free to override this setting if they want.  */
 
   virtual enum case_sensitivity case_sensitivity () const
index e966fb4c3e8ebd8759175101d73c54b8ff32dd1a..5befe18776ef3e02f8207318f800c93c0d1417a6 100644 (file)
@@ -139,7 +139,7 @@ m2_language::language_arch_info (struct gdbarch *gdbarch,
   lai->set_bool_type (builtin->builtin_bool, "BOOLEAN");
 }
 
-/* See languge.h.  */
+/* See language.h.  */
 
 void
 m2_language::printchar (int c, struct type *type,
index 87ee9bbb1efcb0cf0ecd553d16989d5dbe9243ff..c1be1722af360a4c5cb72e9f1edaede35918c3b4 100644 (file)
@@ -57,7 +57,7 @@ gdb::unique_xmalloc_ptr<char> macro_expand_once (const char *source,
    freeing it, using xfree.
 
    We need this expand-one-token-at-a-time interface in order to
-   accomodate GDB's C expression parser, which may not consume the
+   accommodate GDB's C expression parser, which may not consume the
    entire string.  When the user enters a command like
 
       (gdb) break *func+20 if x == 5
index ee73613c80d2e9ac0966d0ca92fc8a3f2374a264..ecbf312aa67909fbb8c223deec1c7c75d3d677b5 100644 (file)
@@ -95,7 +95,7 @@ struct macro_definition;
    line info, but not in macro info.  This means that GDB's symtabs
    (built from the former, among other things) may mention filenames
    that the #inclusion tree (built from the latter) doesn't have any
-   record of.  See macroscope.c:sal_macro_scope for how to accomodate
+   record of.  See macroscope.c:sal_macro_scope for how to accommodate
    this.
 
    It's worth noting that libcpp has a simpler way of representing all
index 6226e5843836fd2acbb5df63ae3ee7175dd7bb01..c8e5a94b5f9376a5cca2edb8158e001c9fe562ba 100755 (executable)
@@ -249,7 +249,7 @@ def munge_type(typename: str):
     typename = re.sub("[ ()<>:]", "_", typename)
     typename = re.sub("[*]", "p", typename)
     typename = re.sub("&", "r", typename)
-    # Identifers with double underscores are reserved to the C++
+    # Identifiers with double underscores are reserved to the C++
     # implementation.
     typename = re.sub("_+", "_", typename)
     # Avoid ending the function name with underscore, for
index 697ce0b5b1a61c2412cbe4cf50b683e32f867fe8..aaa0479bc66af00b4deddeb397884356537fb1f2 100644 (file)
@@ -2634,7 +2634,7 @@ parse_partial_symbols (minimal_symbol_reader &reader,
       pst->legacy_expand_psymtab = mdebug_expand_psymtab;
 
       /* Set up language for the pst.
-        The language from the FDR is used if it is unambigious (e.g. cfront
+        The language from the FDR is used if it is unambiguous (e.g. cfront
         with native cc and g++ will set the language to C).
         Otherwise we have to deduce the language from the filename.
         Native ecoff has every header file in a separate FDR, so
index dfb83535b0b63ab07a9ef0126f19ce1bc04d4c26..6f8e57aa936d6be29c5bf3e531af5574d361e2c0 100644 (file)
@@ -20,7 +20,7 @@
 #define MI_MI_COMMON_H
 
 /* Represents the reason why GDB is sending an asynchronous command to
-   the front end.  NOTE: When modifing this, don't forget to update
+   the front end.  NOTE: When modifying this, don't forget to update
    gdb.texinfo!  */
 enum async_reply_reason
 {
index 6bbee0556aefc03eb2237b1347b0e4049afa935a..4044daa24131517b6cafb7ab536a7e4bdf6a7947 100644 (file)
@@ -5680,7 +5680,7 @@ mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
 
                 In older ABIs, the caller reserved space for
                 registers that contained arguments.  This was loosely
-                refered to as their "home".  Consequently, space is
+                referred to as their "home".  Consequently, space is
                 always allocated.  */
 
              stack_offset += align_up (partial_len, MIPS32_REGSIZE);
@@ -6126,7 +6126,7 @@ mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
 
                 In older ABIs, the caller reserved space for
                 registers that contained arguments.  This was loosely
-                refered to as their "home".  Consequently, space is
+                referred to as their "home".  Consequently, space is
                 always allocated.  */
 
              stack_offset += align_up (partial_len, MIPS64_REGSIZE);
index b8d4be88a28f376449e08afeff27f8b75f5da705..53aedd4d1c97e68eb35a118f15f825585f1f5cad 100644 (file)
@@ -110,7 +110,7 @@ struct using_direct
      EXCLUDES entries, the last entry is NULL.  */
   const char *excludes[1];
 
-  /* Returns true if the using_direcive USING_DIR is valid in CURR_LINE.
+  /* Returns true if the using_directive USING_DIR is valid in CURR_LINE.
      Because current GCC (at least version 12.2) sets the decl_line as
      the last line in the current block, we need to take this into
      consideration when checking the validity, by comparing it to
index dd0ffc32634c7438700ea924c5643274a1753c89..6747e61e0265c571bdad96bd38ac5a11cabd9e79 100644 (file)
@@ -314,7 +314,7 @@ aarch64_dr_state_insert_one_point (ptid_t ptid,
        {
          gdb_assert (dr_ref_count[i] == 0);
          idx = i;
-         /* no break; continue hunting for an exising one.  */
+         /* no break; continue hunting for an existing one.  */
        }
       else if (dr_addr_p[i] == addr
               && (dr_addr_orig_p == nullptr || dr_addr_orig_p[i] == addr_orig)
index 3f63ade17f7fb3b1a559865568b122999acf6e25..55898141f78e75156486e5e7d99112860de82669 100644 (file)
@@ -321,7 +321,7 @@ get_core_array_size_using_sys_possible ()
 static size_t
 get_core_array_size ()
 {
-  /* Using /sys/.../possible is prefered, because it handles the case where
+  /* Using /sys/.../possible is preferred, because it handles the case where
      we are in a container that has access to a subset of the host's cores.
      It will return a size that considers all the CPU cores available to the
      host.  If that fials for some reason, fall back to sysconf.  */
index 1ddca72d5b16fe6162ba7f103ceb10d64aa37407..b80c7b8889323f5e522845303bd14261df9be629 100644 (file)
@@ -309,7 +309,7 @@ linux_child_function (void *child_stack)
   ptrace (PTRACE_TRACEME, 0, (PTRACE_TYPE_ARG3) 0, (PTRACE_TYPE_ARG4) 0);
   kill (getpid (), SIGSTOP);
 
-  /* This code is only reacheable by the child (grandchild's parent)
+  /* This code is only reachable by the child (grandchild's parent)
      process.  */
   _exit (0);
 }
index 1d66a971c0147a9450270ca9b4e915b180c95129..0fd9c7f7d03e0d12cbe6370c79e9b0473bb6ddd5 100644 (file)
@@ -31,7 +31,7 @@
 
 /* Define the general register mapping.  The kernel and GDB put registers
    r1 to r31 in the same place.  The NPC register is stored at index 32 in
-   linux and 33 in GDB, in GDB 32 is for PPC which is not popupated from linux.
+   linux and 33 in GDB, in GDB 32 is for PPC which is not populated from linux.
    Register r0 is always 0 and can be ignored.  */
 
 static const struct regcache_map_entry or1k_linux_gregmap[] =
index 42885deb45e1da2e1901fdeffaac484016b0018a..ee899a5c049a087c8ebcd32374d0a6cff1c48df3 100644 (file)
@@ -454,7 +454,7 @@ private:
 
      UNAVAILABLE can indicate that the kernel doesn't support any of the
      two sets of requests or that there was an error when we tried to
-     detect wich interface is available.  */
+     detect which interface is available.  */
 
   enum debug_reg_interface
     {
@@ -2880,7 +2880,7 @@ ppc_linux_nat_target::low_prepare_to_resume (struct lwp_info *lp)
                  perror_with_name (_("Error deleting hardware "
                                      "breakpoint or watchpoint"));
 
-             /* We erase the entries one at a time after successfuly
+             /* We erase the entries one at a time after successfully
                 removing the corresponding slot form the thread so that
                 if we throw an exception above in a future iteration the
                 map remains consistent.  */
index 517cea7e58f815cb079a6572aceb24750a5652ed..505fc4412d16ae12282e59aba74ce74714f804ee 100644 (file)
@@ -2634,7 +2634,7 @@ Set the value of the convenience variable $NAME." },
 #ifdef TUI
   { "register_window_type", (PyCFunction) gdbpy_register_tui_window,
     METH_VARARGS | METH_KEYWORDS,
-    "register_window_type (NAME, CONSTRUCSTOR) -> None\n\
+    "register_window_type (NAME, CONSTRUCTOR) -> None\n\
 Register a TUI window constructor." },
 #endif /* TUI */
 
index b25a0b72959d8f5f4847396aadf1c4ede010c9ad..02ff3a12bdbf86297ec10964dfa1d75983a8a897 100644 (file)
@@ -3197,7 +3197,7 @@ remote_target::thread_name (struct thread_info *info)
 
 /* WARNING: This threadref data structure comes from the remote O.S.,
    libstub protocol encoding, and remote.c.  It is not particularly
-   changable.  */
+   changeable.  */
 
 /* Right now, the internal structure is int. We want it to be bigger.
    Plan to fix this.  */
@@ -5724,7 +5724,7 @@ remote_target::remote_query_supported ()
 
       getpkt (&rs->buf, 0);
 
-      /* If an error occured, warn, but do not return - just reset the
+      /* If an error occurred, warn, but do not return - just reset the
         buffer to empty and go on to disable features.  */
       if (m_features.packet_ok (rs->buf, PACKET_qSupported) == PACKET_ERROR)
        {
index f496ecca65e5ea475f83352d644e98a13764af14..e28a0e71f810c27ec1eb12b0934698dc3ebf3c97 100644 (file)
@@ -465,7 +465,7 @@ rs6000_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid,
                                  follow_child, detach_fork);
 
   /* If we detach fork and follow child we do not want the child
-     process to geneate events that ptrace can trace.  Hence we
+     process to generate events that ptrace can trace.  Hence we
      detach it.  */
 
   if (detach_fork && !follow_child)
index d4a7b22bc4f519435ebbd1702d231720377b108e..829f55981ca9a25d02b467180984f49a4e22a79d 100644 (file)
@@ -900,7 +900,7 @@ rs6000_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
        }
       catch (const gdb_exception_error &e)
        {
-         /* An error occured during reading.  Probably a memory error
+         /* An error occurred during reading.  Probably a memory error
             due to the section not being loaded yet.  This address
             cannot be a function descriptor.  */
          return addr;
index 966b75b8baa80abe9bfc2cdfb11bcff5d2c4b6a7..ff83743da36e5e9a3bdec47d6155a8dae13eb47c 100644 (file)
@@ -7622,7 +7622,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
       valid_p &= tdesc_numbered_register (feature, tdesc_data.get (),
                                          PPC_XER_REGNUM, "xer");
 
-      /* Allow alternate names for these registers, to accomodate GDB's
+      /* Allow alternate names for these registers, to accommodate GDB's
         historic naming.  */
       valid_p &= tdesc_numbered_register_choices (feature, tdesc_data.get (),
                                                  PPC_MSR_REGNUM, msr_names);
index 7de55f6d7ac95f1e0015e52eba2a3a49559e4d4e..c0aa5d8d0b9a0aa73be4fae361ba951f97aa92ab 100644 (file)
@@ -557,7 +557,7 @@ console_select_thread (void *arg)
 
          if (event_index != WAIT_OBJECT_0 + 1)
            {
-             /* Wait must have failed; assume an error has occured, e.g.
+             /* Wait must have failed; assume an error has occurred, e.g.
                 the handle has been closed.  */
              SetEvent (state->except_event);
              break;
@@ -1127,7 +1127,7 @@ net_windows_select_thread (void *arg)
 
          if (event_index != WAIT_OBJECT_0 + 1)
            {
-             /* Some error has occured.  Assume that this is an error
+             /* Some error has occurred.  Assume that this is an error
                 condition.  */
              SetEvent (state->base.except_event);
              break;
index 59bb086821e5274786c02af70cba4d1ed785e7a2..df6a695f64672b77d53ea1d8bfe54225bb0af6f6 100644 (file)
@@ -374,7 +374,7 @@ struct svr4_info
      probes-based interface.
 
      The namespace is represented by the address of its corresponding
-     r_debug[_ext] object.  We get the namespace id as agrument to the
+     r_debug[_ext] object.  We get the namespace id as argument to the
      'reloc_complete' probe but we don't get it when scanning the load map
      on attach.
 
@@ -1912,7 +1912,7 @@ solist_update_incremental (svr4_info *info, CORE_ADDR debug_base,
         covers one namespace.
 
         We expect gdbserver to provide updates for the namespace that
-        contains LM, which whould be this namespace...  */
+        contains LM, which would be this namespace...  */
       so_list *sos = nullptr;
       if (library_list.solib_lists.find (debug_base)
          != library_list.solib_lists.end ())
@@ -2684,7 +2684,7 @@ read_program_headers_from_bfd (bfd *abfd)
      whose e_type member in the ELF header is not ET_DYN.  There may
      be a time in the future when it is desirable to do relocations
      on other types of files as well in which case this condition
-     should either be removed or modified to accomodate the new file
+     should either be removed or modified to accommodate the new file
      type.  - Kevin, Nov 2000. ]  */
 
 static int
index e52188edc71d0b8d03ef45ad753d88128520341e..7f0614a8dbd15185b165686a425bf5b0da1ea917 100644 (file)
@@ -1261,7 +1261,7 @@ struct PSWreg
 /* Upon entry the value for LR to save has been pushed.
    We unpush that so that the value for the stack pointer saved is correct.
    Upon entry, all other registers are assumed to have not been modified
-   since the interrupt/trap occured.  */
+   since the interrupt/trap occurred.  */
 
 asm ("\n\
 stash_registers:\n\
index 826f92288d5e98ea4f95344a6ec36eaf68757f75..47eca001d1230c1f00a2f8ceaae306b29c4f42c2 100644 (file)
@@ -352,7 +352,7 @@ saveFrameLoop:
        movew   sp@+,a1@+
        dbf     d0,saveFrameLoop
 #
-# now that the stack has been clenaed,
+# now that the stack has been cleaned,
 # save the a7 in use at time of exception
        movel   sp,_superStack  /* save supervisor sp           */
        andiw   #0x2000,d1      /* were we in supervisor mode ? */
index 03a865eeded343be4d1f46b30cfba2575db95a4f..60dc0b1438935211b6ce478232ae83b218903f8e 100644 (file)
@@ -1293,7 +1293,7 @@ static __inline__ void code_for_catch_exception(int n)
 
       if (n == CPU_BUS_ERROR_VEC)
        {
-         /* Exception 9 (bus errors) are disasbleable - so that you
+         /* Exception 9 (bus errors) are disableable - so that you
             can probe memory and get zero instead of a fault.
             Because the vector table may be in ROM we don't revector
             the interrupt like all the other stubs, we check in here
index c85b28c179ded18408a9ae9c361329ded7212c5a..cb5a8fdc27cff15f3e0d1b65284654b49163ca20 100644 (file)
 #define DBG_NMI_EX EX_HWBREAK
 #define DBG_INT_EX EX_SIGINT
 
-/* Define following macro to statement, which will be exectuted after entering to
+/* Define following macro to statement, which will be executed after entering to
    stub_main function. Statement should include semicolon. */
 //#define DBG_ENTER debug_enter();
 
@@ -912,7 +912,7 @@ process_v (char *buffer) FASTCALL
       if (buffer[5] == '?')
        {
          /* result response will be "vCont;c;C"; C action must be
-            supported too, because GDB reguires at lease both of them */
+            supported too, because GDB requires at lease both of them */
          memcpy (&buffer[5], ";c;C", 5);
          return 0;
        }
index 96239679c77636ca411844039dca782aa603f18a..3a0aee163ff81695b3bbfd6d9a339ff32e106b79 100644 (file)
@@ -300,7 +300,7 @@ init_objfile_sect_indices (struct objfile *objfile)
   /* This is where things get really weird...  We MUST have valid
      indices for the various sect_index_* members or gdb will abort.
      So if for example, there is no ".text" section, we have to
-     accomodate that.  First, check for a file with the standard
+     accommodate that.  First, check for a file with the standard
      one or two segments.  */
 
   symfile_find_segment_sections (objfile);
index 2dac86c394d10d9aed7b9c55f5cba7026d4cd9f6..5f9a2a2d97a597911cfaa6d3bc855927b6249f10 100644 (file)
@@ -2034,7 +2034,7 @@ extern bool target_have_steppable_watchpoint ();
 
 /* Provide defaults for hardware watchpoint functions.  */
 
-/* If the *_hw_beakpoint functions have not been defined
+/* If the *_hw_breakpoint functions have not been defined
    elsewhere use the definitions in the target vector.  */
 
 /* Returns positive if we can set a hardware watchpoint of type TYPE.
index 0a88b8690441e2e9ac91a29c459c1213a6c4744b..4d23f1cbff4ae753c57903e533c8a9c4f7f6ab71 100644 (file)
@@ -77,7 +77,7 @@ enum target_waitkind
      should be resuming the inferior.  */
   TARGET_WAITKIND_SPURIOUS,
 
-  /* An event has occured, but we should wait again.
+  /* An event has occurred, but we should wait again.
      Remote_async_wait() returns this when there is an event
      on the inferior, but the rest of the world is not interested in
      it.  The inferior has not stopped, but has just sent some output
index ac196ff4722a599e503d998bf5b243667be3a991..64b00905c06609b2d11881d6915d72d18fd22776 100644 (file)
@@ -71,7 +71,7 @@ for {set i 0} {$i < 32} {incr i 1} {
         gdb_test "info reg ev$i" "ev$i.*$vector_register" "info reg ev$i"
 }
 
-# Test wether the GPRs are updated accordingly. (GPRs are just the lower
+# Test whether the GPRs are updated accordingly. (GPRs are just the lower
 # 32 bits of the EV registers.)
 
 set general_register "0x1\[ \t\]+1"
index e83c490cfe53bc2838e255b58d30e0a131c2a11e..6f0f620eeb21a99945573b7516812a43da03b1b7 100644 (file)
@@ -17,7 +17,7 @@
 
 /* This file was generated from glibc's 2.31 _exit.c, by doing a glibc build
    on ppc64le-linux, copying the command line, adding -g0 -save-temps and
-   recuding the _exit.i file.  */
+   reducing the _exit.i file.  */
 
 void _exit (int status);
 
index 2149650ea56bac9d95c690791e5c9d3826c15e1e..8e0179cb039137e7256aee306b1fe4cb1ef8eda1 100644 (file)
@@ -182,7 +182,7 @@ proc gdb_test_no_output_osabi {cmd test} {
 
 # It'd be nicer/safer to restart GDB on each iteration, but, that
 # increases the testcase's run time several times fold.  At the time
-# of writting, it'd jump from 20s to 4min on x86-64 GNU/Linux with
+# of writing, it'd jump from 20s to 4min on x86-64 GNU/Linux with
 # --enable-targets=all.
 
 set num_slices 8
index 27ad0a670276f8b79a1eb2c804eeb979ef93e0cb..e1d6defc38ec5e60c211fd9d6b2b411b1766ef32 100644 (file)
@@ -222,7 +222,7 @@ main ()
      the file for unmodified pages - while others handle this poorly -
      writing out all pages including those that weren't modified.  */
 
-  print_string ("Alocating the entire heap ...\n");
+  print_string ("Allocating the entire heap ...\n");
   {
     size_t chunk_size;
     unsigned long chunks_allocated = 0;
index 80e8e13b4463a440d7dbe3e449af7b17f89541b7..1ea60d477785595b0c6db32b4722f17527ab0758 100644 (file)
@@ -67,7 +67,7 @@ gdb_test "p /x \$shadow = *(char *) $bp_address" \
 # Overwrite memory where the breakpoint is planted.  GDB should update
 # its memory breakpoint's shadows, to account for the new contents,
 # and still leave the breakpoint insn planted.  Try twice with
-# different values, in case we happen to be writting exactly what was
+# different values, in case we happen to be writing exactly what was
 # there already.
 foreach test_value {0 1} {
     set write_test "write $test_value to breakpoint's address"
index 6c1e3b95fa120925246b656992e9e9d998515e1a..4eac3f4d4cbfcf1e93fbfb945b1f064dbe422814 100644 (file)
@@ -22,7 +22,7 @@
  *            -- call print_long_arg_list from inside print_small_structs
  ***************************************************************************/
 
-/* Some enumerated types -- used to test that the structureal data type is
+/* Some enumerated types -- used to test that the structural data type is
  * retrieved for function arguments with typedef data types.
  */
 typedef int id_int;
index 3c5e8b7598d8b6d9b1dfb87af4e4bf8657f931e1..aca8d5fcf36a0ef12f214caa556d8e87bf68e253 100644 (file)
@@ -451,7 +451,7 @@ gdb_test "rbreak" "rbreak"
 gdb_test "restore" "You can't do that without a process to debug\."
 
 #test return
-# The middle case accomodated the obsolete a29k, where doing the "ni"
+# The middle case accommodated the obsolete a29k, where doing the "ni"
 # above causes an initial stack to be created.
 gdb_test "return" "No selected frame..*"
 
index 24e4aa1f3aee74e664b51bb62bfd5935ab1dff69..47b1c2df130b7ccac83e5b9bdc8e518a11a7971d 100644 (file)
@@ -17,7 +17,7 @@
 # purpose of this checking is to ensure that the variables are
 # mutually exclusive, i.e., that when $_exitsignal is set, $_exitcode
 # is not, and vice-versa.  This mutual exclusion happens because if an
-# inferior exited (either successfuly or not), it certainly was not
+# inferior exited (either successfully or not), it certainly was not
 # killed by a signal.  However, if it was killed by an uncaught
 # signal, then there is no way for it to have exited.
 
index 33ac172c53b90ca586ee8683ba1cc62cf4b44c3c..b7b3d555776e591d09ba638ae2cfade6b7e54cb7 100644 (file)
@@ -47,7 +47,7 @@ if { [build_executable "failed to prepare" $testfile $srcfile debug] } {
 set reading_re "(Reading.*from remote target\\.\\.\\.\r\n)*"
 set exited_normally_re "${reading_re}\\\[Inferior $decimal \\(.*\\) exited normally\\\]"
 # gdbserver produces a slightly different message when attaching after
-# a fork, so we have to tweak the regexp to accomodate that.
+# a fork, so we have to tweak the regexp to accommodate that.
 set attach_child_re "${reading_re}\\\[Attaching after .* fork to child .*\\\]\r\n"
 set detach_child_re "${reading_re}\\\[Detaching after fork from child .*\\\]\r\n"
 set detach_parent_re "${reading_re}\\\[Detaching after fork from parent .*\\\]\r\n"
index 3aad48de2d7eb64fd2f6b921a53785a98850431c..7a38a53ceb0977f62d9aa22e8609ee481a53b8aa 100644 (file)
@@ -113,7 +113,7 @@ autovars (int bcd, int abc)
     int i96 = useit (96), i97 = useit (97), i98 = useit (98);
     int i99 = useit (99);
 
-    /* Use all 100 of the local variables to derail agressive optimizers.  */
+    /* Use all 100 of the local variables to derail aggressive optimizers.  */
 
     useit ( i0); useit ( i1); useit ( i2); useit ( i3); useit ( i4);
     useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9);
index 48a0743875966afb7761b4c0d2f3bf278a89f5e0..0495a82094017adfb9d25e4644ab0f8f813d7f1c 100644 (file)
@@ -255,7 +255,7 @@ proc run_tests {lang} {
                # We try all combinations, even those that don't
                # parse, or are invalid, to catch the case of a
                # regression making them inadvertently valid.  For
-               # example, these convertions are invalid:
+               # example, these conversions are invalid:
                #
                #  float <-> array   [iff sizeof pointer != sizeof float]
                #  array -> function (not function pointer)
index bcb5900e00cbbdb6f9fa601247c7e6b77ec5063b..e4f6612f0fda9b0020f35f156d01a956a0a66931 100644 (file)
@@ -260,7 +260,7 @@ public:
   void operator delete[] (void* ptr) { // base::operator delete[]
     free (ptr); }
 
-  base const* operator-> (void) const { // base::opeartor->
+  base const* operator-> (void) const { // base::operator->
     return this; }
 
   int operator->* (base const& b) const { // base::operator->*
index 135761016cc5ea21a816d7547c6741ac27930598..c3f185b810a4b1ba2890fd0dfbaf7c290c6f779b 100644 (file)
@@ -14,7 +14,7 @@ dummy ()
   free (p);
 }
 
-/* 1. A standard covnersion sequence is better than a user-defined sequence
+/* 1. A standard conversion sequence is better than a user-defined sequence
       which is better than an elipses conversion sequence.  */
 
 class A{};
@@ -37,7 +37,7 @@ int test2(){
   return foo2(b); // 13
 }
 
-/* 2. Standard Conversion squence S1 is better than standard Conversion
+/* 2. Standard Conversion sequence S1 is better than standard Conversion
       S2 if:  */
 
 //      - S1 has a better rank than S2
@@ -58,7 +58,7 @@ int test4 () {
 }
 
 //      - S1 and S2 have the same rank but:
-//        - S2 is a conversion of pointer or memeber-pointer to bool
+//        - S2 is a conversion of pointer or member-pointer to bool
 int foo5 (bool)  { return 25; }
 int foo5 (void*) { return 26; }
 int test5 () {
index ce17b8dc268bd8eb6caa3d10d687bb709d9af8ad..07c6f07efa7518013067bb575b780c4c0aea6fb1 100644 (file)
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/> .
 
 # Print a 2 dimensional assumed shape array.  We pass different slices
-# of the array to a subroutine and print the array as recieved within
+# of the array to a subroutine and print the array as received within
 # the subroutine.  This should exercise GDB's ability to handle
 # different strides for the different dimensions.
 
index 85d0cce327c67a2dbe5d8e510b5dbc83b061e5f6..5ae23ab808f48d19d3786949108f3575f1930ee8 100644 (file)
@@ -166,7 +166,7 @@ proc do_test { first_arch mode selected_thread } {
 
        gdb_test_no_output "set follow-exec-mode $mode"
 
-       # Test that GDB updates the target description / arch successfuly
+       # Test that GDB updates the target description / arch successfully
        # after the exec.
        gdb_test "continue" "Breakpoint $bkptno_numopt_re, main.*" "continue across exec that changes architecture"
 }
index b7603162cf2016d416d19e9d19db24dcbccbc32d..7b84d14a97680e7341024a7581fa7404d48a172d 100644 (file)
@@ -51,14 +51,14 @@ runto [gdb_get_line_number "Break to end."]
 
 # Test gdb.solib_name
 gdb_test "p &func1" "" "func1 address"
-gdb_py_test_silent_cmd "python func1 = gdb.history(0)" "Aquire func1 address" 1
+gdb_py_test_silent_cmd "python func1 = gdb.history(0)" "Acquire func1 address" 1
 gdb_test "python print (gdb.solib_name(int(func1)))" "py-shared-sl.sl" \
     "test func1 solib location"
 gdb_test "python print (gdb.solib_name(func1))" "py-shared-sl.sl" \
     "test func1 solib location using Value"
 
 gdb_test "p &main" "" "main address"
-gdb_py_test_silent_cmd "python main = gdb.history(0)" "Aquire main address" 1
+gdb_py_test_silent_cmd "python main = gdb.history(0)" "Acquire main address" 1
 gdb_test "python print (gdb.solib_name(int(main)))" "None" "test main solib location"
 
 if {[is_lp64_target]} {
index 34685e25a50f20ec16b27526424af86c74d3ede3..d7573d9eeaa44339f268e5ef814b942656bcf29c 100644 (file)
@@ -137,7 +137,7 @@ G<T>::mul (const T1 t1)
   return t1 * t;
 }
 
-}  // namespaxe dop
+}  // namespace dop
 
 using namespace dop;
 
index 584e52c066142feefc8168110dac1b463916d4fe..062f87dfef60f31947656f3d9d9003b96f8dae9b 100644 (file)
@@ -188,7 +188,7 @@ gdb_test "python print (a)" ".*aliases -- User-defined aliases of other commands
 
 # Test PR 12212, using InfThread.selected_thread() when no inferior is
 # loaded.
-gdb_py_test_silent_cmd "python nothread = gdb.selected_thread()" "Attempt to aquire thread with no inferior" 1
+gdb_py_test_silent_cmd "python nothread = gdb.selected_thread()" "Attempt to acquire thread with no inferior" 1
 gdb_test "python print (nothread is None)" "True" "ensure that no threads are returned"
 
 gdb_test_multiline "register atexit function" \
index 2d1c71a68e3616b70f513c6762ce22b8f9189eb7..8929f194844efecafed6c7904fadebb54e6a7425 100644 (file)
@@ -72,7 +72,7 @@ proc check_thread_specific_breakpoint {non_stop} {
     gdb_breakpoint "main thread $start_thre"
     gdb_test "info break" ".*breakpoint.*thread $start_thre" "breakpoint set"
 
-    # Set breakpoint at a place only reacheable after the "start"
+    # Set breakpoint at a place only reachable after the "start"
     # thread exits.
     gdb_breakpoint "end"
 
index 275f8874f15885d583ae207a27c224d79ebe657d..ea73c3bb367c58bb6d5210367201f0811c983746 100644 (file)
@@ -318,7 +318,7 @@ proc test_gdb_complete_multiple {
 
 # Test that all the substring prefixes of INPUT from [0..START) to
 # [0..END) complete to COMPLETION_RE (a regular expression).  If END
-# is ommitted, default to the length of INPUT.
+# is omitted, default to the length of INPUT.
 
 proc test_complete_prefix_range_re {input completion_re start {end -1}} {
     if {$end == -1} {
@@ -345,7 +345,7 @@ proc test_complete_prefix_range_re {input completion_re start {end -1}} {
 }
 
 # Test that all the substring prefixes of COMPLETION from [0..START)
-# to [0..END) complete to COMPLETION.  If END is ommitted, default to
+# to [0..END) complete to COMPLETION.  If END is omitted, default to
 # the length of COMPLETION.
 
 proc test_complete_prefix_range {completion start {end -1}} {
index 294d136a547d2bbde6c0bd34bbbd797d6ab3d5ce..62e0b0b3db545f9573f707bde71fd1f8e90af72e 100644 (file)
@@ -1894,7 +1894,7 @@ proc gdb_test_list_exact { cmd name elm_find_regexp elm_extract_regexp result_ma
 #
 # Both inferior and gdb patterns must match for a PASS.
 #
-# If MESSAGE is ommitted, then COMMAND will be used as the message.
+# If MESSAGE is omitted, then COMMAND will be used as the message.
 #
 # Returns:
 #    1 if the test failed,
index 747bb3adfb97e250e98eb8969fa7f7ddf14edc39..40f2fe552c86d8dbb64f2114435e618cdebcd429 100644 (file)
@@ -70,7 +70,7 @@ proc symlink_resolve {file} {
 }
 
 # Copy SRC to DEST, resolving any symlinks in SRC.  Return nonzero iff
-# the copy was succesful.
+# the copy was successful.
 #
 # This function is guaranteed to never raise any exception, even when the copy
 # fails.
@@ -107,7 +107,7 @@ proc file_copy {src dest} {
 # depend on system libraries.  To properly prelink an executable, all
 # of its dynamically linked libraries must be prelinked as well.  If
 # the executable depends on some system libraries, we may not have
-# sufficient write priviledges on these files to perform the prelink.
+# sufficient write privileges on these files to perform the prelink.
 # This is why we make a copy of these shared libraries, and link the
 # executable against these copies instead.
 #
index 4b8bec192b377283e5d68012d3c7c12e870c0a54..2fc1bdedddd80b812226c9473893d90e9584d892 100644 (file)
@@ -31,7 +31,7 @@
 /* Default READMORE sleep time in miliseconds.  */
 #define READMORE_SLEEP_DEFAULT 10
 
-/* Helper function.  Intialize *METHOD according to environment variable
+/* Helper function.  Initialize *METHOD according to environment variable
    READMORE_METHOD, and *SLEEP according to environment variable
    READMORE_SLEEP.  */
 
index 50a238401df388974c999a02c781e59e2e3d7d5d..3a8fcfa5d278f20a04453390aadfece64b2fa361 100644 (file)
@@ -102,7 +102,7 @@ tui_register_format (frame_info_ptr frame, int regnum)
 }
 
 /* Get the register value from the given frame and format it for the
-   display.  When changep is set, check if the new register value has
+   display.  When changedp is set, check if the new register value has
    changed with respect to the previous call.  */
 static void
 tui_get_register (frame_info_ptr frame,
index 82a023d09fe9ee699153c26a712894fd7fc72a75..385e6e5d68d6ef95c0747e6756ac1e2669d63a64 100644 (file)
@@ -77,7 +77,7 @@ tui_win_info::refresh_window ()
     tui_wrefresh (handle.get ());
 }
 
-/* Draw a border arround the window.  */
+/* Draw a border around the window.  */
 static void
 box_win (struct tui_win_info *win_info, 
         bool highlight_flag)
index a3714fce46fe88a6518f7701fe31536eba20a9bb..dd857656bfceba52af8f714c52df0b4b3db97a1f 100644 (file)
@@ -178,7 +178,7 @@ tui_source_window_base::update_source_window_as_is
 }
 
 
-/* Function to ensure that the source and/or disassemly windows
+/* Function to ensure that the source and/or disassembly windows
    reflect the input address.  */
 void
 tui_update_source_windows_with_addr (struct gdbarch *gdbarch, CORE_ADDR addr)
index 10cf811a41e9ee5807cf97459e056730f7d2fad3..373d1673e3a0985c8db16777c51046192e479879 100644 (file)
@@ -225,7 +225,7 @@ tui_rl_command_key (int count, int key)
          rl_newline (1, '\n');
 
          /* Switch to gdb command mode while executing the command.
-            This way the gdb's continue prompty will be displayed.  */
+            This way the gdb's continue prompt will be displayed.  */
          tui_set_key_mode (TUI_ONE_COMMAND_MODE);
          return 0;
        }
index aa1a5872ca3437c171b64d38d84d8ea56ce67169..6d70d4c1c1d68dd65ee971b6def2eed306423b00 100644 (file)
@@ -68,7 +68,7 @@ struct print_offset_data
   /* The offset to be applied to bitpos when PRINT_OFFSETS is true.
      This is needed for when we are printing nested structs and want
      to make sure that the printed offset for each field carries over
-     the offset of the outter struct.  */
+     the offset of the outer struct.  */
   unsigned int offset_bitpos = 0;
 
   /* END_BITPOS is the one-past-the-end bit position of the previous
index 384ca2df212fa8891bb5bafd5c2f583917b27a94..d06f2004a8bf4b6aa57effc5fbef9d2be4b3e005 100644 (file)
@@ -29,7 +29,7 @@ namespace selftests {
 
    This function limits itself to values which are in range (out-of-range
    values will be tested separately).  In doing so, it tries to be reasonably
-   exhaustive, by testing the edges, as well as a resonable set of values
+   exhaustive, by testing the edges, as well as a reasonable set of values
    including negative ones, zero, and positive values.  */
 
 static void
index 246631f95302f8fd1ec19ab02aaf4e48867361e8..1130266194d9ed11a00284147c91e3ca476e092a 100644 (file)
@@ -64,7 +64,7 @@ unordered_remove_tests ()
 }
 
 } /* namespace vector_utils_tests */
-} /* amespace selftests */
+} /* namespace selftests */
 
 void _initialize_vec_utils_selftests ();
 void
index 22be4805a5272c3d1ec6a1aeebfcc3b72ad71804..be34b7662924d6ab1e2bb76a61e07edc05e985ae 100644 (file)
@@ -1347,7 +1347,7 @@ value_assign (struct value *toval, struct value *fromval)
 
   /* We copy over the enclosing type and pointed-to offset from FROMVAL
      in the case of pointer types.  For object types, the enclosing type
-     and embedded offset must *not* be copied: the target object refered
+     and embedded offset must *not* be copied: the target object referred
      to by TOVAL retains its original dynamic type after assignment.  */
   if (type->code () == TYPE_CODE_PTR)
     {
index dd39784a21c65a895467e9612730dee0025bbe80..f37618a6e178839f4b02c7bd1af2d3d3be5316e3 100644 (file)
@@ -2391,7 +2391,7 @@ varobj_invalidate_if_uses_objfile (struct objfile *objfile)
            {
              /* The varobj is tied to a block which is going away.  There is
                 no way to reconstruct something later, so invalidate the
-                varobj completly and drop the reference to the block which is
+                varobj completely and drop the reference to the block which is
                 being freed.  */
              var->root->is_valid = false;
              var->root->valid_block = nullptr;
index a47a29874993f07ad3aedd69aae373c2923ddbc7..c9935d15264106c346def744fd8a460bebbbbee0 100644 (file)
@@ -560,7 +560,7 @@ xtensa_pseudo_register_read (struct gdbarch *gdbarch,
   if (regnum >= 0 && regnum < gdbarch_num_regs (gdbarch))
     return regcache->raw_read (regnum, buffer);
 
-  /* We have to find out how to deal with priveleged registers.
+  /* We have to find out how to deal with privileged registers.
      Let's treat them as pseudo-registers, but we cannot read/write them.  */
      
   else if (tdep->call_abi == CallAbiCall0Only
@@ -648,7 +648,7 @@ xtensa_pseudo_register_write (struct gdbarch *gdbarch,
   if (regnum >= 0 && regnum < gdbarch_num_regs (gdbarch))
     regcache->raw_write (regnum, buffer);
 
-  /* We have to find out how to deal with priveleged registers.
+  /* We have to find out how to deal with privileged registers.
      Let's treat them as pseudo-registers, but we cannot read/write them.  */
 
   else if (regnum < tdep->a0_base)
index 4f3ad549046dc82bca61c924133adc7e31ca9151..9ac37329c88b77230ec04283e2f310b837c45e88 100644 (file)
@@ -748,7 +748,7 @@ z80_sw_breakpoint_from_kind (struct gdbarch *gdbarch, int kind, int *size)
       break_insn[0] = kind | 0307;
       *size = 1;
     }
-  else /* kind is non-RST address, use CALL instead, but it is dungerous */
+  else /* kind is non-RST address, use CALL instead, but it is dangerous */
     {
       z80_gdbarch_tdep *tdep = gdbarch_tdep<z80_gdbarch_tdep> (gdbarch);
       gdb_byte *p = break_insn;
index fba5b4ad0fcd89c79ac3c01f7a2357a7f1ffffdc..abc2d1f47ceec8c3cb63f225cd777aa786d25b2a 100644 (file)
@@ -985,7 +985,7 @@ gdb_eval_agent_expr (struct eval_agent_expr_context *ctx,
     }
 
   /* Cache the stack top in its own variable. Much of the time we can
-     operate on this variable, rather than dinking with the stack. It
+     operate on this variable, rather than syncing with the stack. It
      needs to be copied to the stack when sp changes.  */
   top = 0;
 
index a0ba9906097c612608bb94aae82535e4c9273899..813f632634552eb08f7ceb3bf3825af07d97229d 100644 (file)
@@ -70,7 +70,7 @@ struct process_info
   /* Private target data.  */
   struct process_info_private *priv = NULL;
 
-  /* DLLs thats are loaded for this proc.  */
+  /* DLLs that are loaded for this proc.  */
   std::list<dll_info> all_dlls;
 
   /* Flag to mark that the DLL list has changed.  */
index f02884753e254b1eb9b762a376a427be80c6f712..e4ee1493af4fff726e63136bf4bbadf263283c14 100644 (file)
@@ -221,7 +221,7 @@ arc_fill_gregset (struct regcache *regcache, void *buf)
   /* Currently ARC Linux ptrace doesn't allow writes to status32 because
      some of its bits are kernel mode-only and shoudn't be writable from
      user-space.  Writing status32 from debugger could be useful, though,
-     so ability to write non-priviliged bits will be added to kernel
+     so ability to write non-privileged bits will be added to kernel
      sooner or later.  */
 
   /* BTA.  */
index 809a4ed867c90d3cfb5639c78e510af720859c7f..3117556f5decdb147c9ac9e6ade0e5bfb26464bf 100644 (file)
@@ -278,7 +278,7 @@ static struct regsets_info csky_regsets_info =
 static struct regs_info csky_regs_info =
 {
   NULL, /* FIXME: what's this  */
-  NULL, /* PEEKUSER/PORKUSR isn't supported by kernel > 4.x */
+  NULL, /* PEEKUSER/POKEUSR isn't supported by kernel > 4.x */
   &csky_regsets_info
 };
 
index f8dd770b8eb35db75d1da3674d17612ff58428f0..86fbc8f5d96ea1cc543b69541b5424ef1564fb4a 100644 (file)
@@ -1872,7 +1872,7 @@ emit_insns (uint32_t *buf, int n)
 
 /* Regardless of endian, register 3 is always high part, 4 is low part.
    These defines are used when the register pair is stored/loaded.
-   Likewise, to simplify code, have a similiar define for 5:6. */
+   Likewise, to simplify code, have a similar define for 5:6. */
 
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define TOP_FIRST      "4"
index c669842228d0737a15d86f864f52a0dd4b557980..897b9a2273c721b849a2f9f176aa0b7ac971988c 100644 (file)
@@ -70,7 +70,7 @@
    software breakpoints, a buffer holding a copy of the instructions
    that would be in memory had not been a breakpoint there (we call
    that the shadow memory of the breakpoint).  We occasionally need to
-   temporarilly uninsert a breakpoint without the client knowing about
+   temporarily uninsert a breakpoint without the client knowing about
    it (e.g., to step over an internal breakpoint), so we keep an
    `inserted' state associated with this low level breakpoint
    structure.  There can only be one such object for a given address.
index 80310bc2c7091fb6063873e344e96881f3c314d8..f54bbab0243769f3c6e73f360a301b8781d9cd17 100644 (file)
@@ -1198,7 +1198,7 @@ prepare_resume_reply (char *buf, ptid_t ptid, const target_waitstatus &status)
           we would not burden it with a thread status response.  This
           was for the benefit of GDB 4.13 and older.  However, in
           recent GDB versions the check (``if (cont_thread != 0)'')
-          does not have the desired effect because of sillyness in
+          does not have the desired effect because of silliness in
           the way that the remote protocol handles specifying a
           thread.  Since thread support relies on qSymbol support
           anyway, assume GDB can handle threads.  */
index 949849b63a2d3f82647b34de92cf8cc5244b68e6..c57270175b46714ed67a662988c138ce7d5700b6 100644 (file)
@@ -3197,7 +3197,7 @@ handle_v_requests (char *own_buf, int packet_len, int *new_packet_len)
 }
 
 /* Resume thread and wait for another event.  In non-stop mode,
-   don't really wait here, but return immediatelly to the event
+   don't really wait here, but return immediately to the event
    loop.  */
 static void
 myresume (char *own_buf, int step, int sig)
index 730ec146530b18be5359333b41b069adaee7c0fb..fde7dfe7060fa64c1908a4ab7f773e94a8322c2a 100644 (file)
@@ -102,7 +102,7 @@ extern int in_queued_stop_replies (ptid_t ptid);
 #define MAXBUFBYTES(N) (((N)-32)/2)
 
 /* Buffer sizes for transferring memory, registers, etc.   Set to a constant
-   value to accomodate multiple register formats.  This value must be at least
+   value to accommodate multiple register formats.  This value must be at least
    as large as the largest register set supported by gdbserver.  */
 #define PBUFSIZ 18432
 
index 125a384ffb386b321c491a06fd33a906760d145e..1f31e0cc05f670cb40348d639d5b5d55bec10ae1 100644 (file)
@@ -6338,7 +6338,7 @@ upload_fast_traceframes (void)
     unsigned int prev, counter;
 
     /* Update the token, with new counters, and the GDBserver stamp
-       bit.  Alway reuse the current TBC index.  */
+       bit.  Always reuse the current TBC index.  */
     prev = ipa_trace_buffer_ctrl_curr & GDBSERVER_FLUSH_COUNT_MASK_CURR;
     counter = (prev + 0x100) & GDBSERVER_FLUSH_COUNT_MASK_CURR;
 
index 756507709d81971ef59fcaddc9768a37679ca1d4..3246957ec447ddd39b5c685206b7f841a86b4d26 100644 (file)
@@ -1039,7 +1039,7 @@ get_child_debug_event (DWORD *continue_status,
 
        if (e == ERROR_PIPE_NOT_CONNECTED)
          {
-           /* This will happen if the loader fails to succesfully
+           /* This will happen if the loader fails to successfully
               load the application, e.g., if the main executable
               tries to pull in a non-existing export from a
               DLL.  */
index 5e529f6febf6e2124ceab190223368b9cb40931c..72c1c5144f3e15d9eaf3e0dc7924b27f7f6559b7 100644 (file)
 
    Say a developer starts out with:
    ...
-   extern void foo (void *ptr) __atttribute__((nonnull (1)));
+   extern void foo (void *ptr) __attribute__((nonnull (1)));
    void foo (void *ptr) {}
    ...
    with the idea in mind to catch:
index edc1b56181a83e2033c6a94279023f41f8de5eed..6b2bf74ea48308961eae1a775ca46fabb2680616 100644 (file)
@@ -80,7 +80,7 @@ exceptions_state_mc (enum catcher_action action)
       switch (action)
        {
        case CATCH_ITER:
-         /* No error/quit has occured.  */
+         /* No error/quit has occurred.  */
          return 0;
        case CATCH_ITER_1:
          catchers.front ().state = CATCHER_RUNNING_1;
index 41ac7838f0609ad69f693bcf1614ed22f0ed3989..afee5afd88e4a618003fbe3dcfec46d86a907ff3 100644 (file)
@@ -200,7 +200,7 @@ public:
   /* Convert this object to a std::string, using MAPPING as
      enumerator-to-string mapping array.  This is not meant to be
      called directly.  Instead, enum_flags specializations should have
-     their own to_string function wrapping this one, thus hidding the
+     their own to_string function wrapping this one, thus hiding the
      mapping array from callers.
 
      Note: this is defined outside the template class so it can use
@@ -338,7 +338,7 @@ ENUM_FLAGS_GEN_COMPOUND_ASSIGN (operator^=, ^)
    make.  It's important to disable comparison with unrelated types to
    prevent accidentally comparing with unrelated enum values, which
    are convertible to integer, and thus coupled with enum_flags
-   convertion to underlying type too, would trigger the built-in 'bool
+   conversion to underlying type too, would trigger the built-in 'bool
    operator==(unsigned, int)' operator.  */
 
 #define ENUM_FLAGS_GEN_COMP(OPERATOR_OP, OP)                           \
index 1724bc5d6a2d3373ae1c47366949a21beb403a29..9e61fea1195121d302553516f668d779d941647e 100644 (file)
@@ -517,7 +517,7 @@ read_text_file_to_string (const char *path)
       std::string::size_type start_size = res.size ();
       constexpr int chunk_size = 1024;
 
-      /* Resize to accomodate CHUNK_SIZE bytes.  */
+      /* Resize to accommodate CHUNK_SIZE bytes.  */
       res.resize (start_size + chunk_size);
 
       int n = fread (&res[start_size], 1, chunk_size, file.get ());
index a70d4554af8fb91434b610e75cfda82b086da8d7..26bb33edb8c39ecc822580e4344d50544f93ce69 100644 (file)
@@ -25,7 +25,7 @@
 /* Predicate to gdb_signal_to_host(). Return non-zero if the enum
    targ_signal SIGNO has an equivalent ``host'' representation.  */
 /* FIXME: cagney/1999-11-22: The name below was chosen in preference
-   to the shorter gdb_signal_p() because it is far less ambigious.
+   to the shorter gdb_signal_p() because it is far less ambiguous.
    In this context ``gdb_signal'' refers to GDB's internal
    representation of the target's set of signals while ``host signal''
    refers to the target operating system's signal.  Confused?  */
index b18146c30eb057cf766adedd14024f9925024c81..c9fcc5033cb69e5c5e6be800e270962dbc461b8b 100644 (file)
@@ -37,7 +37,7 @@
    an enum -- but may not work on all compilers.  */
 
 /* Clang targeting Windows does not support attribute gcc_struct, so
-   we use the alternative byte array implemention there. */
+   we use the alternative byte array implementation there. */
 #if defined _WIN32 && defined __clang__
 # define PACKED_USE_ARRAY 1
 #else
index d1a61f443d1ffa6ba49e9ff1ac6687849234e495..685f8fc3e60e970a6b92c92344f4251b372359bd 100644 (file)
@@ -41,7 +41,7 @@ gdb_realpath (const char *filename)
 
    But the situation is slightly more complex on Windows, due to some
    versions of GCC which were reported to generate paths where
-   backlashes (the directory separator) were doubled.  For instance:
+   backslashes (the directory separator) were doubled.  For instance:
       c:\\some\\double\\slashes\\dir
    ... instead of ...
       c:\some\double\slashes\dir
index 1579d4d26e9cc7b6919044f6e76e687a87f0f394..70222c227b3723ce6d54d8ccd4eb766812404857 100644 (file)
@@ -36,7 +36,7 @@ struct reference_to_pointer_iterator
   using iterator_category = typename IteratorType::iterator_category;
   using difference_type = typename IteratorType::difference_type;
 
-  /* Construct a reference_to_pointer_iterator, passing args to the underyling
+  /* Construct a reference_to_pointer_iterator, passing args to the underlying
      iterator.  */
   template <typename... Args>
   reference_to_pointer_iterator (Args &&...args)
index aa01df2522045571a12019053e26844c4c829320..a3f8361512a03dc570c1e71de0e50f6e5e365b1f 100644 (file)
@@ -1,4 +1,4 @@
-/* Support for signoring SIGTTOU.
+/* Support for ignoring SIGTTOU.
 
    Copyright (C) 2003-2023 Free Software Foundation, Inc.
 
index 0d700c03e3292de1cbf37663ec7a05c8dee4f3ab..0e151afb3e1c5b344426df20527ba08c7e4a6821 100644 (file)
@@ -358,7 +358,7 @@ gdb_signal_from_host (int hostsig)
 }
 
 /* Convert a OURSIG (an enum gdb_signal) to the form used by the
-   target operating system (refered to as the ``host'') or zero if the
+   target operating system (referred to as the ``host'') or zero if the
    equivalent host signal is not available.  Set/clear OURSIG_OK
    accordingly. */