diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-10 18:32:00 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-10 18:32:00 +0000 |
commit | f5f20bad70b0e91fc7146deef28af14deffc9e52 (patch) | |
tree | 4255b555d27182eb9eb465374a681a6005a3b29d /gcc/timevar.c | |
parent | b1974978ee33e1f2f9ad9b78261d7efccaaead36 (diff) | |
download | gcc-f5f20bad70b0e91fc7146deef28af14deffc9e52.tar.gz |
Fix spelling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58022 138bc75d-0d04-0410-961f-82ee72b054a4
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) |