diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-07 06:41:23 +0000 |
commit | 6dc42e49d3dac756ec72e10f3bf7687f9c8542c2 (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/xcoffout.c | |
parent | c5b7917eac14be1be0843853dd1f2a13679f25a7 (diff) | |
download | gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.tar.gz |
*** empty log message ***
From-SVN: r930
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 1b42612270a..bdee41c9ec8 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -433,7 +433,7 @@ xcoffout_end_epilogue (file) /* We need to pass the correct function size to .function, otherwise, the xas assembler can't figure out the correct size for the function aux entry. So, we emit a label after the last instruction which can - be used by the .function psuedo op to calculate the function size. */ + be used by the .function pseudo op to calculate the function size. */ char *fname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); if (*fname == '*') |