summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-09-28 15:19:55 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-09-28 15:19:55 -0400
commitd22d5f3433c43d2051725894d106e65785a08afa (patch)
tree2c216fcec1c74059b0a70c1768131fe1c39756e0 /gcc/regclass.c
parent823a28aa77fff51880e92db9473ae015a2128ab5 (diff)
downloadgcc-d22d5f3433c43d2051725894d106e65785a08afa.tar.gz
Fix typo in comment.
From-SVN: r10413
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index d52b6388201..9b9a4d50ec7 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -1679,7 +1679,7 @@ int *regno_last_note_uid;
static int highest_regno_in_uid_map;
/* Maximum number of parallel sets and clobbers in any insn in this fn.
- Always at least 3, since the combiner could put that many togetherm
+ Always at least 3, since the combiner could put that many together
and we want this to remain correct for all the remaining passes. */
int max_parallel;