aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-struct-reorg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-struct-reorg.h')
-rw-r--r--gcc/ipa-struct-reorg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-struct-reorg.h b/gcc/ipa-struct-reorg.h
index 6f4c5b8..54cdbc9 100644
--- a/gcc/ipa-struct-reorg.h
+++ b/gcc/ipa-struct-reorg.h
@@ -1,5 +1,5 @@
/* Struct-reorg optimization.
- Copyright (C) 2002, 2003-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003-2007, 2008 Free Software Foundation, Inc.
Contributed by Olga Golovanevsky <olga@il.ibm.com>
This file is part of GCC.
@@ -104,7 +104,7 @@ struct data_structure
/* A data structure representing a reorganization decision. */
struct field_cluster *struct_clustering;
- /* New types to replace an the original structure type. */
+ /* New types to replace the original structure type. */
VEC(tree, heap) *new_types;
};