diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 02:23:19 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 02:23:19 +0000 |
commit | 5632cd5692c956990aa2c9bbfe57ab8b6db56e64 (patch) | |
tree | 66800d315cbaf7d09dc55affa1d18cedc3a7dd60 /gdb/valops.c | |
parent | 8d159a48b0809eb8a18cbc783bbacee3e6473973 (diff) | |
download | gdb-5632cd5692c956990aa2c9bbfe57ab8b6db56e64.zip gdb-5632cd5692c956990aa2c9bbfe57ab8b6db56e64.tar.gz gdb-5632cd5692c956990aa2c9bbfe57ab8b6db56e64.tar.bz2 |
minor comment fix
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 59e228d..f7775b1 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -1000,7 +1000,7 @@ call_function_by_hand (function, nargs, args) /* Write the stack pointer. This is here because the statements above might fool with it. On SPARC, this write also stores the register window into the right place in the new stack frame, which otherwise - wouldn't happen. (See write_inferior_registers in sparc-xdep.c.) */ + wouldn't happen. (See store_inferior_registers in sparc-nat.c.) */ write_sp (sp); /* Figure out the value returned by the function. */ |