aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-record.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/conversation/gnunet-helper-audio-record.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/conversation/gnunet-helper-audio-record.c')
-rw-r--r--src/conversation/gnunet-helper-audio-record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c
index 633030a64..060a7c779 100644
--- a/src/conversation/gnunet-helper-audio-record.c
+++ b/src/conversation/gnunet-helper-audio-record.c
@@ -60,7 +60,7 @@
60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS) 60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS)
61 61
62/** 62/**
63 * Pages are commited when their size goes over this value. 63 * Pages are committed when their size goes over this value.
64 * Note that in practice we flush pages VERY often (every frame), 64 * Note that in practice we flush pages VERY often (every frame),
65 * which means that pages NEVER really get to be this big. 65 * which means that pages NEVER really get to be this big.
66 * With one-packet-per-page, pages are roughly 100-300 bytes each. 66 * With one-packet-per-page, pages are roughly 100-300 bytes each.