summaryrefslogtreecommitdiff
path: root/include/vag-bap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vag-bap.h')
-rw-r--r--include/vag-bap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vag-bap.h b/include/vag-bap.h
index 8e96623..b2fbde2 100644
--- a/include/vag-bap.h
+++ b/include/vag-bap.h
@@ -64,7 +64,7 @@ struct BAP_TXer {
/* Temporary storage for frames not yet fully sent */
struct BAP_Frame *slot[4];
- /* How many bytes have we already sent on each channel? */
+ /* How many bytes have we already sent on each open slot? */
BAP_FrameLen slot_done[4];
};