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:
authorFelix Fietkau <nbd@openwrt.org>2013-04-15 17:39:09 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-04-15 17:39:09 +0400
commitee3e7a6f9f617698c4b2c8bdfd79179076fed1b9 (patch)
treed17b6b79067f8b60b69ebaf39b5b2c71670bd08d /safe_list.h
parent009b4d574e88d558a9a9278cff363cee38b9e041 (diff)
safe_list: fix typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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;