diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index e62a5a61953..2e2d6714fbc 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1625,7 +1625,7 @@ qty_compare_1 (q1, q2) is called for quantities that have suggested hard registers. First priority goes to quantities that have copy preferences, then to those that have normal preferences. Within those groups, quantities with the lower - number of preferenes have the highest priority. Of those, we use the same + number of preferences have the highest priority. Of those, we use the same algorithm as above. */ static int |