summaryrefslogtreecommitdiffstats
path: root/index.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-10-10 23:47:29 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-11 01:02:41 +0200
commit2aeefb23a183f4de00bc389c21c6c5669d4b9a69 (patch)
tree263154318e7bbfe82d06c574cabd83be1888d763 /index.c
parentfdc9bbedae48ef73e040b2ad0bd4d637261346f9 (diff)
Various small changes
Diffstat (limited to 'index.c')
-rw-r--r--index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.c b/index.c
index b1e69d6..5aa0bcd 100644
--- a/index.c
+++ b/index.c
@@ -1,5 +1,5 @@
/* *************************************************************** */
-/* Ternary Search Tree functions */
+/* Ternary Search Tree and sorted array creation functions */
/* Inspired by: https://www.cs.princeton.edu/~rs/strings/tstdemo.c */
/* *************************************************************** */