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 7cee3f5..7de721e 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -79,7 +79,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA static int next_qty; -/* Information we maitain about each quantity. */ +/* Information we maintain about each quantity. */ struct qty { /* The number of refs to quantity Q. */ |