aboutsummaryrefslogtreecommitdiffstats
path: root/types-ring.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:14:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:14:58 +0100
commit196b364aaee197fa24bb9ef3363b6447df74bb02 (patch)
tree904b2660a4df082c020a67bb758e865aa8c533ca /types-ring.h
parentm misc (diff)
downloadcoopgammad-1.3.3.tar.gz
coopgammad-1.3.3.tar.bz2
coopgammad-1.3.3.tar.xz
fix doc textHEAD1.3.3master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'types-ring.h')
-rw-r--r--types-ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types-ring.h b/types-ring.h
index c8b5f77..0a022ee 100644
--- a/types-ring.h
+++ b/types-ring.h
@@ -94,7 +94,7 @@ GCC_ONLY(__attribute__((__nonnull__)))
void *ring_peek(struct ring *restrict this, size_t *restrict n);
/**
- * Dequeue data from a ring bubber
+ * Dequeue data from a ring buffer
*
* @param this The ring buffer
* @param n The number of bytes to dequeue