diff options
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index dd90686829f..48c621961e1 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -145,7 +145,7 @@ void debug_dominance_info PARAMS ((dominance_info)); while (0) /* Allocate all needed memory in a pessimistic fashion (so we round up). - This initialises the contents of DI, which already must be allocated. */ + This initializes the contents of DI, which already must be allocated. */ static void init_dom_info (di) |