aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-12-09 20:13:19 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-09 20:13:19 +0000
commitd6a7951f20a6c4967e849335117e89d247226626 (patch)
treeae9b31b029da267f3af8b8560c16a915dfd3a79c /gcc/fold-const.c
parent617e0e1d1225259b70d0fd9b50783a1e30758934 (diff)
downloadgcc-d6a7951f20a6c4967e849335117e89d247226626.zip
gcc-d6a7951f20a6c4967e849335117e89d247226626.tar.gz
gcc-d6a7951f20a6c4967e849335117e89d247226626.tar.bz2
ChangeLog.2, [...]: Fix spelling errors.
* ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c, cfgbuild.c, expmed.c, expr.c, final.c, flow.c, fold-const.c, function.c, config/alpha/alpha.md, config/alpha/vms-ld.c, config/arm/arm.c, config/arm/arm.h, config/c4x/libgcc.S, config/i370/i370.c, config/i386/i386.c, config/i386/i386-interix.h, config/i386/i386.md, config/i386/i386.h, config/i386/netbsd-elf.h, config/ia64/ia64.c, config/m32r/m32r-protos.h, config/mcore/mcore.h, config/rs6000/rs6000.h, config/sparc/linux64.h, config/sparc/sparc.c, config/v850/v850-protos.h, config/cris/cris.h, config/s390/s390.md, config/elfos.h: Fix spelling errors. From-SVN: r47815
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 2083c55..edf934d 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -2087,7 +2087,7 @@ struct fc_args
{
tree arg1; /* Input: value to convert. */
tree type; /* Input: type to convert value to. */
- tree t; /* Ouput: result of conversion. */
+ tree t; /* Output: result of conversion. */
};
/* Function to convert floating-point constants, protected by floating
@@ -4834,7 +4834,7 @@ fold_binary_op_with_conditional_arg (code, type, cond, arg, cond_first_p)
side of the expression to be executed if the condition is true
will be pointed to by TRUE_LHS. Similarly, the right-hand side
of the expression to be executed if the condition is true will be
- pointed to by TRUE_RHS. FALSE_LHS and FALSE_RHS are analagous --
+ pointed to by TRUE_RHS. FALSE_LHS and FALSE_RHS are analogous --
but apply to the expression to be executed if the conditional is
false. */
tree *true_lhs;