aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r--gcc/cfglayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index c5b89ac..e62c60a 100644
--- a/gcc/cfglayout.c
+++ b/gcc/cfglayout.c
@@ -1172,7 +1172,7 @@ cfg_layout_initialize_rbi (basic_block bb)
memset (bb->rbi, 0, sizeof (struct reorder_block_def));
}
-/* Main entry point to this module - initialize the datastructures for
+/* Main entry point to this module - initialize the data structures for
CFG layout changes. It keeps LOOPS up-to-date if not null. */
void