aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/idecode_expression.h
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-11-23 13:07:38 +0100
committerTom de Vries <tdevries@suse.de>2024-11-23 13:07:38 +0100
commit9f43244a41e901027c8ab56f004936042e55d3c0 (patch)
treea5a0ab85507c2d6be9d02fd14ff7170226f95ea2 /sim/ppc/idecode_expression.h
parentd2d240ff89b4d3359ea70cdb47d3e79294ca891a (diff)
downloadbinutils-9f43244a41e901027c8ab56f004936042e55d3c0.zip
binutils-9f43244a41e901027c8ab56f004936042e55d3c0.tar.gz
binutils-9f43244a41e901027c8ab56f004936042e55d3c0.tar.bz2
[gdb/contrib] Add two words to common-misspellings.txt
While reviewing changes generated by spellcheck.sh for directory sim, I noticed two more misspellings: ... arrithemetic->arithmetic electricaly->electrically ... Add them to common-misspellings.txt, and fix them in directory sim. Tested by rebuilding on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'sim/ppc/idecode_expression.h')
-rw-r--r--sim/ppc/idecode_expression.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/idecode_expression.h b/sim/ppc/idecode_expression.h
index c44083c..bcfcd3d 100644
--- a/sim/ppc/idecode_expression.h
+++ b/sim/ppc/idecode_expression.h
@@ -40,7 +40,7 @@
resulting dead code. That dead code being the calculations that,
as it turned out were not in the end needed.
- 64bit arrithemetic is used firstly because it allows the use of
+ 64bit arithmetic is used firstly because it allows the use of
gcc's efficient long long operators (typically efficiently output
inline) and secondly because the resultant answer will contain in
the low 32bits the answer while in the high 32bits is either carry
@@ -48,7 +48,7 @@
/* 64bit target expressions:
- Unfortunately 128bit arrithemetic isn't that common. Consequently
+ Unfortunately 128bit arithmetic isn't that common. Consequently
the 32/64 bit trick can not be used. Instead all calculations are
required to retain carry/overflow information in separate
variables. Even with this restriction it is still possible for the