Skip to content

Commit

Permalink
Fix comment after code change.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 30, 2022
1 parent 22f22a6 commit b116d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void protoview_app_free(ProtoViewApp *app) {
free(app);
}

/* Called 10 times per second. Do signal processing here. Data we process here
/* Called periodically. Do signal processing here. Data we process here
* will be later displayed by the render callback. The side effect of this
* function is to scan for signals and set DetectedSamples. */
static void timer_callback(void *ctx) {
Expand Down

0 comments on commit b116d43

Please sign in to comment.