diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:58 +0100 |
| commit | 196b364aaee197fa24bb9ef3363b6447df74bb02 (patch) | |
| tree | 904b2660a4df082c020a67bb758e865aa8c533ca /types-ring.c | |
| parent | m misc (diff) | |
| download | coopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.gz coopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.bz2 coopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'types-ring.c')
| -rw-r--r-- | types-ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types-ring.c b/types-ring.c index 6cceea1..15e52d6 100644 --- a/types-ring.c +++ b/types-ring.c @@ -173,7 +173,7 @@ 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 |
