diff options
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 480cfca..2c06792 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ /* When structure field packing is in effect, this variable is the number of bits to use as the maximum alignment. When packing is not - in effect, this is zero. */ + in effect, this is zero. */ extern int maximum_field_alignment; |