diff options
Diffstat (limited to 'gcc/timevar.c')
-rw-r--r-- | gcc/timevar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/timevar.c b/gcc/timevar.c index 3697a5a2ed8..feee994220b 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -133,11 +133,11 @@ struct timevar_def /* The name of this timing variable. */ const char *name; - /* Non-zero if this timing variable is running as a standalone + /* Nonzero if this timing variable is running as a standalone timer. */ unsigned standalone : 1; - /* Non-zero if this timing variable was ever started or pushed onto + /* Nonzero if this timing variable was ever started or pushed onto the timing stack. */ unsigned used : 1; }; |