diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 4ebc0612327..e54d7d158fa 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -132,7 +132,7 @@ struct sra_elt }; /* Random access to the child of a parent is performed by hashing. - This prevents quadratic behaviour, and allows SRA to function + This prevents quadratic behavior, and allows SRA to function reasonably on larger records. */ static htab_t sra_map; |