summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index 37457deff8b..5ef3b1f5480 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -31,7 +31,7 @@ struct cfg_hooks
/* Basic CFG manipulation. */
- /* Return new basic block */
+ /* Return new basic block. */
basic_block (*create_basic_block) (void *head, void *end, basic_block after);
/* Redirect edge E to the given basic block B and update underlying program