aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-11 19:00:49 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-11 19:00:49 +0000
commit7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch)
treeb75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/optabs.c
parente3ff2b2bb624babf5209b08e9745024e940c1744 (diff)
downloadgcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.zip
gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.gz
gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.bz2
expr.c: Follow spelling conventions.
* expr.c: Follow spelling conventions. * final.c: Likewise. * optabs.c: Likewise. * sched-deps.c: Likewise. * sdbout.c: Likewise. From-SVN: r72361
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 10a3809..18a6b93 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -4950,7 +4950,7 @@ init_convert_optab (enum rtx_code code)
/* Initialize the libfunc fields of an entire group of entries in some
optab. Each entry is set equal to a string consisting of a leading
pair of underscores followed by a generic operation name followed by
- a mode name (downshifted to lower case) followed by a single character
+ a mode name (downshifted to lowercase) followed by a single character
representing the number of operands for the given operation (which is
usually one of the characters '2', '3', or '4').