Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-25sp
webserver01
Commits
e58e6271
Commit
e58e6271
authored
1 year ago
by
Yakov Shalunov
Browse files
Options
Download
Email Patches
Plain Diff
Fix poor phrasing in ll's node_free comment
parent
4980c47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/ll.c
+1
-1
library/ll.c
with
1 addition
and
1 deletion
+1
-1
library/ll.c
View file @
e58e6271
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help