diff options
author | Ziemowit Laski <zlaski@apple.com> | 2004-11-13 01:25:36 +0000 |
---|---|---|
committer | Ziemowit Laski <zlaski@gcc.gnu.org> | 2004-11-13 01:25:36 +0000 |
commit | 0abe417015847a63df76880dbfb907f8da65b225 (patch) | |
tree | 6ab92c48962a7f7bcecc7458dd8b5f32b24a7920 | |
parent | ecab6f992d48a14822f96f669acf3c9413d31516 (diff) | |
download | gcc-0abe417015847a63df76880dbfb907f8da65b225.zip gcc-0abe417015847a63df76880dbfb907f8da65b225.tar.gz gcc-0abe417015847a63df76880dbfb907f8da65b225.tar.bz2 |
darwin.h: Fix confusing typo in comment.
[gcc/ChangeLog]
2004-11-12 Ziemowit Laski <zlaski@apple.com>
* config/rs6000/darwin.h: Fix confusing typo in comment.
From-SVN: r90567
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b009a7..d7016a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Ziemowit Laski <zlaski@apple.com> + + * config/rs6000/darwin.h: Fix confusing typo in comment. + 2004-11-12 Devang Patel <dpatel@apple.com> * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 50c7bd3..39b69aa 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -172,7 +172,7 @@ do { \ { "-Waltivec-long-deprecated", "-mwarn-altivec-long" }, \ { "-Wno-altivec-long-deprecated", "-mno-warn-altivec-long" } -/* Make both r2 and r3 available for allocation. */ +/* Make both r2 and r13 available for allocation. */ #define FIXED_R2 0 #define FIXED_R13 0 |