diff --git a/ringbuf.h b/ringbuf.h index efffe50..4e3cbb8 100644 --- a/ringbuf.h +++ b/ringbuf.h @@ -26,7 +26,7 @@ struct RingBuf { } __attribute__((packed)); /* - * Considerations: One hot encoding for the enum values + * Considerations: One hot encoding for the enum values * (8 bit each with -fshort-enums) */