summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 86448171ea2..5779e4ea96a 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -2011,7 +2011,7 @@ struct bb_info
killed afterward in the basic block. */
bitmap killed, avloc;
/* Registers partially available and living (in other words whose
- values were calclualted and used) correspondingly at the start
+ values were calculated and used) correspondingly at the start
and end of the basic block. */
bitmap live_pavin, live_pavout;
};