FS-2921 Fix typo in STFU library

This commit is contained in:
Jeff Lenk 2010-12-11 16:53:52 -06:00
parent 7b59313902
commit 2f0105d050
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ stfu_instance_t *stfu_n_init(uint32_t qlen, uint32_t max_qlen, uint32_t samples_
static void stfu_n_reset_counters(stfu_instance_t *i)
{
#ifdef DB_JB
printf("COUNER RESET........\n");
printf("COUNTER RESET........\n");
#endif
if (i->callback) {