From 63aa8595cd209cd525abbe0f9c318bd7fbb074ea Mon Sep 17 00:00:00 2001 From: 9santa <64308510+9santa@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:12:16 +0300 Subject: [PATCH] doc: fix a typo in ccl.h(#2993) Fixed "Cicular" -> "Circular" Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- data_structures/cll/cll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/cll/cll.h b/data_structures/cll/cll.h index a1a9b4d92..aa89da011 100644 --- a/data_structures/cll/cll.h +++ b/data_structures/cll/cll.h @@ -1,5 +1,5 @@ /* - * Simple data structure CLL (Cicular Linear Linked List) + * Simple data structure CLL (Circular Linear Linked List) * */ #include #include