Commit 415828f
committed
Clarify list_add documentation
Originally, the function list_add is said to insert a node at the
beginning of a given list. However, it could also be used to insert a
node after any existing node in the list. Therefore, this commit
modifies its documentation to reflect the actual list manipulation
performed by the function. The checksum of list.h is also updated.
Change-Id: I661d7a0ebb876712c8ff75deef84370a51e62f1c1 parent 474f638 commit 415828f
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments