Fix a typo in ChangeLog
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 14:39:43 +0000 (14:39 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 14:39:43 +0000 (14:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218820 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 663669b..34d74f9 100644 (file)
@@ -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=.