summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2019-03-19 23:01:05 +0100
committernorly <ny-git@enpas.org>2019-03-19 23:01:05 +0100
commit8945d1c0369be6cac92811a55e889cfd5354f309 (patch)
treef9e08f566f80513d91a249f19dce93c0c2d35c6e /include
parent647c836a379d94b3b9a28f363bd55772761cf635 (diff)
Fix a warning, better comments
Diffstat (limited to 'include')
-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];
};