safe_list: fix typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
009b4d574e
commit
ee3e7a6f9f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "utils.h"
|
||||
|
||||
struct safe_list;
|
||||
struct safe_list_terator;
|
||||
struct safe_list_iterator;
|
||||
|
||||
struct safe_list {
|
||||
struct list_head list;
|
||||
|
|
Loading…
Reference in a new issue