mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Fixed comment on struct mem.prev
This commit is contained in:
parent
8292cebfd9
commit
47e770dffa
@ -154,7 +154,7 @@ mem_free(void *rmem)
|
|||||||
struct mem {
|
struct mem {
|
||||||
/** index (-> ram[next]) of the next struct */
|
/** index (-> ram[next]) of the next struct */
|
||||||
mem_size_t next;
|
mem_size_t next;
|
||||||
/** index (-> ram[next]) of the next struct */
|
/** index (-> ram[prev]) of the previous struct */
|
||||||
mem_size_t prev;
|
mem_size_t prev;
|
||||||
/** 1: this area is used; 0: this area is unused */
|
/** 1: this area is used; 0: this area is unused */
|
||||||
u8_t used;
|
u8_t used;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user