From 917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 8 Apr 2006 17:01:17 +0000 Subject: builtins.c, [...]: Fix comment typos. * builtins.c, config/arm/arm.c, config/i386/cygwin.h, config/i386/i386.c, config/ia64/ia64.c, config/s390/fixdfdi.h, config/sh/sh.c, config/sh/sh.h, df-scan.c, except.c, haifa-sched.c, optabs.c, rtl.h, sched-deps.c, sched-int.h, sched-rgn.c, tree-inline.h, tree-ssa-dom.c, tree-ssa-loop-prefetch.c, tree-ssa-operands.c, tree-vect-patterns.c, tree-vrp.c: Fix comment typos. Follow spelling convensions. * config/ia64/ia64.opt, doc/contrib.texi, doc/invoke.texi, doc/passes.texi, doc/tm.texi, doc/tree-ssa.texi: Fix comment typos. Follow spelling conventions. From-SVN: r112782 --- gcc/config/sh/sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sh/sh.c') diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 9f8415c..929b60f 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -6818,7 +6818,7 @@ sh_va_start (tree valist, rtx nextarg) expand_expr (t, const0_rtx, VOIDmode, EXPAND_NORMAL); } -/* TYPE is a RECORD_TYPE. If there is only a single non-zero-sized +/* TYPE is a RECORD_TYPE. If there is only a single nonzero-sized member, return it. */ static tree find_sole_member (tree type) -- cgit v1.1