Skip to content

Commit 63aa859

Browse files
doc: fix a typo in ccl.h(#2993)
Fixed "Cicular" -> "Circular" Co-authored-by: realstealthninja <[email protected]>
1 parent 651d622 commit 63aa859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/cll/cll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Simple data structure CLL (Cicular Linear Linked List)
2+
* Simple data structure CLL (Circular Linear Linked List)
33
* */
44
#include <cctype>
55
#include <cstdlib>

0 commit comments

Comments
 (0)