diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
commit | b090827b2632f1f1d90adf6ed537bcaa76381190 (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/stor-layout.c | |
parent | d217a1ad3cab054b26557a021afa46aad06cff45 (diff) | |
download | gcc-b090827b2632f1f1d90adf6ed537bcaa76381190.tar.gz |
Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 75d26119657..1088e095f30 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -46,7 +46,7 @@ tree size_one_node; The value is measured in bits. */ int maximum_field_alignment; -/* If non-zero, the alignment of a bitsting or (power-)set value, in bits. +/* If non-zero, the alignment of a bitstring or (power-)set value, in bits. May be overridden by front-ends. */ int set_alignment = 0; |