aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorMatt Kraai <kraai@gcc.gnu.org>2003-06-13 11:36:31 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2003-06-13 11:36:31 +0000
commitaa7f1eb1441870f6371a352cbef05b943b06b42b (patch)
tree503644136256f217ad0a50adb3d3855180a30a67 /gcc/config/pa
parent16ae108b35ae3f09bc9b405a9b2d51a351368d67 (diff)
downloadgcc-aa7f1eb1441870f6371a352cbef05b943b06b42b.zip
gcc-aa7f1eb1441870f6371a352cbef05b943b06b42b.tar.gz
gcc-aa7f1eb1441870f6371a352cbef05b943b06b42b.tar.bz2
ChangeLog.1: Fix spelling of "outputting".
(gcc) * ChangeLog.1: Fix spelling of "outputting". * ChangeLog.3: Likewise. * diagnostic.h: Likewise. * genautomata.c: Likewise. * config/pa/pa.c: Likewise. (gcc/ada) * gnatls.adb: Fix spelling of "outputting". * gnatmem.adb: Likewise. * prj-pp.adb: Likewise. From-SVN: r67890
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 3c77595..4fa4e8c 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -5791,7 +5791,7 @@ output_lbranch (dest, insn)
the only other use of this location is for copying a
floating point double argument from a floating-point
register to two general registers. The copy is done
- as an "atomic" operation when outputing a call, so it
+ as an "atomic" operation when outputting a call, so it
won't interfere with our using the location here. */
output_asm_insn ("stw %%r1,-12(%%r30)", xoperands);
}