diff options
Diffstat (limited to 'gcc/dbgcnt.def')
-rw-r--r-- | gcc/dbgcnt.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbgcnt.def b/gcc/dbgcnt.def index 5c0b7496d7d..854f3d922c3 100644 --- a/gcc/dbgcnt.def +++ b/gcc/dbgcnt.def @@ -33,7 +33,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA How does it work ? - Everytime dbg_cnt(named-counter) is called, + Every time dbg_cnt(named-counter) is called, the counter is incremented for the named-counter. And the incremented value is compared against the threshold (limit) specified by the option. |