diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2002-10-10 18:32:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2002-10-10 18:32:00 +0000 |
commit | 83a3aefb836a10e136ea9c8f3e48502f32e1b2bc (patch) | |
tree | 4255b555d27182eb9eb465374a681a6005a3b29d /gcc/timevar.c | |
parent | 5f5d5417e851a99d501ce03a98f4b37a7a2cb58d (diff) | |
download | gcc-83a3aefb836a10e136ea9c8f3e48502f32e1b2bc.tar.gz |
Fix spelling.
From-SVN: r58022
Diffstat (limited to 'gcc/timevar.c')
-rw-r--r-- | gcc/timevar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/timevar.c b/gcc/timevar.c index 0d7fc61faf9..7a10fe78b47 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -176,7 +176,7 @@ static void timevar_accumulate /* Fill the current times into TIME. The definition of this function also defines any or all of the HAVE_USER_TIME, HAVE_SYS_TIME, and - HAVA_WALL_TIME macros. */ + HAVE_WALL_TIME macros. */ static void get_time (now) |