Skip to content

Commit

Permalink
- Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKafka committed May 25, 2021
1 parent c7b23db commit 92ccd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/demos-sch.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#endif

static int fd_completed, fd_new_period;
// indicates if demos_init_ran was already called
// indicates if `demos_init` was already called
static bool demos_init_ran = false;
static bool initialization_pending;

Expand Down Expand Up @@ -108,4 +108,4 @@ int demos_initialization_completed()
initialization_pending = false;
LOG_DEBUG("Initialization completed");
return demos_completed();
}
}

0 comments on commit 92ccd30

Please sign in to comment.