diff options
Diffstat (limited to 'gdb/sparc64-tdep.c')
-rw-r--r-- | gdb/sparc64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc64-tdep.c b/gdb/sparc64-tdep.c index 5b7d57a..fa55fcb 100644 --- a/gdb/sparc64-tdep.c +++ b/gdb/sparc64-tdep.c @@ -1463,7 +1463,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs, /* The psABI says that "Every stack frame must be 16-byte aligned." */ sp &= ~0xf; - /* Now we store the arguments in to the "paramater array". Some + /* Now we store the arguments in to the "parameter array". Some Integer or Pointer arguments and Structure or Union arguments will be passed in %o registers. Some Floating arguments and floating members of structures are passed in floating-point |