summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils.h
diff options
context:
space:
mode:
Diffstat (limited to '02_exercise/prompt_utils.h')
-rw-r--r--02_exercise/prompt_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/02_exercise/prompt_utils.h b/02_exercise/prompt_utils.h
index 93de502..908019c 100644
--- a/02_exercise/prompt_utils.h
+++ b/02_exercise/prompt_utils.h
@@ -6,6 +6,6 @@
// Returns the relative path to get from the `from_dir` to the `to_dir`
char const *const relative_path(char const *const from_dir, char const *const to_dir);
-// Returns the position of each element one after the seperator
+// Returns the position of each occurence of the seperator
size_t *get_seperator_indeces(char const *const text, char seperator);
#endif // PROMPT_UTILS_H_INCLUDED \ No newline at end of file