From eb4b11dda7c6099b93c49554169cdc622e942f48 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Jul 2024 06:31:52 +0200 Subject: [PATCH] Formatting --- ringbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */