소스 검색

Fix comment after code change.

antirez 3 년 전
부모
커밋
b116d43337
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -370,7 +370,7 @@ void protoview_app_free(ProtoViewApp *app) {
     free(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
  * will be later displayed by the render callback. The side effect of this
  * function is to scan for signals and set DetectedSamples. */
  * function is to scan for signals and set DetectedSamples. */
 static void timer_callback(void *ctx) {
 static void timer_callback(void *ctx) {