From eb6d85631e9ca77f023a32c754530f1bc52c89ba Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Thu, 25 Jun 2026 19:03:50 +0000 Subject: [PATCH] sdk: bitops: Fix stale description Signed-off-by: Chloe M. --- sdk/head/bitops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/head/bitops.h b/sdk/head/bitops.h index 44e8829..ae23d81 100644 --- a/sdk/head/bitops.h +++ b/sdk/head/bitops.h @@ -2,7 +2,7 @@ * Copyright (c) 2026, Chloe M. * Provided under the BSD-3 clause. * - * Description: Pool allocator + * Description: Bit operations * Author: Chloe M. */