aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci/pracownia2/router/linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/sieci/pracownia2/router/linked_list.h')
-rw-r--r--Semestr 4/sieci/pracownia2/router/linked_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Semestr 4/sieci/pracownia2/router/linked_list.h b/Semestr 4/sieci/pracownia2/router/linked_list.h
index 28e8ef7..1574b2f 100644
--- a/Semestr 4/sieci/pracownia2/router/linked_list.h
+++ b/Semestr 4/sieci/pracownia2/router/linked_list.h
@@ -15,7 +15,7 @@ typedef struct list_t {
node_t *prev_it;
} list_t;
-/* Creates an empty list */
+/* Creates an empty list. */
list_t create_list();
/* Insert a new node in the begining of a list. */