diff options
Diffstat (limited to 'gdb/xtensa-tdep.c')
-rw-r--r-- | gdb/xtensa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index c87940c..074b748 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -1767,7 +1767,7 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch, arg_type = builtin_type (gdbarch)->builtin_long; arg = value_cast (arg_type, arg); } - /* Aligment is equal to the type length for the basic types. */ + /* Alignment is equal to the type length for the basic types. */ info->align = arg_type->length (); break; |