diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2014-12-17 06:39:43 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2014-12-17 06:39:43 -0800 |
commit | 0e379783d29c29eb91380bc8da8f80c20a4f4dff (patch) | |
tree | 3c4925548f0d73ca3dfdfbfbc1a0eee2544c2f9d /gcc | |
parent | 658b028ad0a535d2c5ed9805d56d902b5f82867e (diff) | |
download | gcc-0e379783d29c29eb91380bc8da8f80c20a4f4dff.zip gcc-0e379783d29c29eb91380bc8da8f80c20a4f4dff.tar.gz gcc-0e379783d29c29eb91380bc8da8f80c20a4f4dff.tar.bz2 |
Fix a typo in ChangeLog
From-SVN: r218820
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 663669b..34d74f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,7 +6,7 @@ * config/i386/i386-opts.h (ix86_align_data): New enum. * config/i386/i386.c (ix86_data_alignment): Return the ABI alignment value for -malign-data=abi, the cachine line size - for -malign-data=cachineline and the older GCC compatible + for -malign-data=cacheline and the older GCC compatible alignment value for for -malign-data=compat. * config/i386/i386.opt (malign-data=): New. * doc/invoke.texi: Document -malign-data=. |