aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-05 04:35:00 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-05 04:35:00 +0000
commit177b42fefa0b72f2ca50ddf7393c0f2465546ff4 (patch)
treee5f3eaa0bb2ff852d1e67fb11ab6df30160a8d0e /gdb/amd64-tdep.c
parent4035a145a4af1e306af8a192b18662372e92a4b1 (diff)
downloadgdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.zip
gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.tar.gz
gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.tar.bz2
gdb/
* ada-lang.c: Fix typos. * amd64-tdep.c: Likewise. * breakpoint.c: Likewise. * cli/cli-decode.c: Likewise. * findcmd.c: Likewise. * inline-frame.c: Likewise. * mi/mi-main.c: Likewise. * minsyms.c: Likewise. * monitor.c: Likewise. * monitor.h: Likewise. * prologue-value.c: Likewise. * reverse.c: Likewise. * s390-tdep.c: Likewise. gdb/testsuite/ * gdb.base/call-sc.c: Likewise. * gdb.base/ifelse.exp: Likewise. * gdb.base/structs.c: Likewise. gdb/doc/ * gdb.texinfo: Likewise.
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r--gdb/amd64-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c
index 4524f03..de62ac7 100644
--- a/gdb/amd64-tdep.c
+++ b/gdb/amd64-tdep.c
@@ -518,7 +518,7 @@ amd64_classify_aggregate (struct type *type, enum amd64_reg_class class[2])
if (class[0] == AMD64_MEMORY || class[1] == AMD64_MEMORY)
class[0] = class[1] = AMD64_MEMORY;
- /* Rule (b): If SSEUP is not preceeded by SSE, it is converted to
+ /* Rule (b): If SSEUP is not preceded by SSE, it is converted to
SSE. */
if (class[0] == AMD64_SSEUP)
class[0] = AMD64_SSE;