i3bar: spelling fixes (2)
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* Securely fee single-linked list */
|
||||
/* Securely free single-linked list */
|
||||
#define FREE_SLIST(l, type) \
|
||||
do { \
|
||||
type *walk = SLIST_FIRST(l); \
|
||||
@ -37,7 +37,7 @@
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* Securely fee tail-queues */
|
||||
/* Securely free tail queue */
|
||||
#define FREE_TAILQ(l, type) \
|
||||
do { \
|
||||
type *walk = TAILQ_FIRST(l); \
|
||||
|
Reference in New Issue
Block a user