aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-06-03 22:43:57 +0200
committerTom de Vries <tdevries@suse.de>2023-06-03 22:43:57 +0200
commit33b5899fc0c31059377e9bdf76d889ff0c803ae1 (patch)
treeb3beeb9da113a5475b12bd9096b7fabf689ec6d9 /gdb/doc
parent343704a6d71d8aa44c64e3657e20501eab4d0ea8 (diff)
downloadgdb-33b5899fc0c31059377e9bdf76d889ff0c803ae1.zip
gdb-33b5899fc0c31059377e9bdf76d889ff0c803ae1.tar.gz
gdb-33b5899fc0c31059377e9bdf76d889ff0c803ae1.tar.bz2
[gdb] Fix typos
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>
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo10
-rw-r--r--gdb/doc/guile.texi2
-rw-r--r--gdb/doc/python.texi6
3 files changed, 9 insertions, 9 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index fc55c4e..40d1f24 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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}
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index 79e6dbe..aae0c6a 100644
--- a/gdb/doc/guile.texi
+++ b/gdb/doc/guile.texi
@@ -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
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 69755e9..02cb9ad 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -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