From ee3e7a6f9f617698c4b2c8bdfd79179076fed1b9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Apr 2013 15:39:09 +0200 Subject: [PATCH 1/1] safe_list: fix typo Signed-off-by: Felix Fietkau --- safe_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0