diff options
author | Tom de Vries <tdevries@suse.de> | 2023-06-05 12:53:15 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-06-05 12:53:15 +0200 |
commit | 3bfdcabbc20d56ce25629b464262928a4f90c042 (patch) | |
tree | 46168190d7986e51b84abb4e1c7ab2a7c6b99200 /gdb/testsuite | |
parent | fc998e4cb708899b5f75d8d4d2b79ed162437c41 (diff) | |
download | binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.zip binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.tar.gz binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.tar.bz2 |
[gdb] Fix more typos
Fix some more typos:
- distinquish -> distinguish
- actualy -> actually
- singe -> single
- frash -> frame
- chid -> child
- dissassembler -> disassembler
- uninitalized -> uninitialized
- precontidion -> precondition
- regsiters -> registers
- marge -> merge
- sate -> state
- garanteed -> guaranteed
- explictly -> explicitly
- prefices (nonstandard plural) -> prefixes
- bondary -> boundary
- formated -> formatted
- ithe -> the
- arrav -> array
- coresponding -> corresponding
- owend -> owned
- fials -> fails
- diasm -> disasm
- ture -> true
- tpye -> type
There's one code change, the name of macro SIG_CODE_BONDARY_FAULT changed to
SIG_CODE_BOUNDARY_FAULT.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.perf/single-step.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.perf/single-step.exp b/gdb/testsuite/gdb.perf/single-step.exp index 4638c55..a9b7631 100644 --- a/gdb/testsuite/gdb.perf/single-step.exp +++ b/gdb/testsuite/gdb.perf/single-step.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# This test case is to test the speed of GDB when it is doing singe step. +# This test case is to test the speed of GDB when it is doing single step. # There is one parameter in this test: # - SINGLE_STEP_COUNT is the number of single step GDB performs. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 62e0b0b..2206402 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -174,7 +174,7 @@ verbose "using GDB = $GDB" 2 # The data directory the testing GDB will use. By default, assume # we're testing a non-installed GDB in the build directory. Users may -# also explictly override the -data-directory from the command line. +# also explicitly override the -data-directory from the command line. if ![info exists GDB_DATA_DIRECTORY] { set GDB_DATA_DIRECTORY [file normalize "[pwd]/../data-directory"] } |