Commit e58e6271 authored by Yakov Shalunov's avatar Yakov Shalunov
Browse files

Fix poor phrasing in ll's node_free comment

parent 4980c47a
Showing with 1 addition and 1 deletion
+1 -1
...@@ -23,7 +23,7 @@ typedef struct ll_map { ...@@ -23,7 +23,7 @@ typedef struct ll_map {
static node_t *node_init(char *key, char* value); static node_t *node_init(char *key, char* value);
/** /**
* Frees a linked list node and all nodes it points to. * Frees a linked list node and all following nodes.
* *
* Also frees the keys and values since they are owned by the node. * Also frees the keys and values since they are owned by the node.
* *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment