Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'safe_list.h')
-rw-r--r--safe_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/safe_list.h b/safe_list.h
index f9fd741..248f97a 100644
--- a/safe_list.h
+++ b/safe_list.h
@@ -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;