From 1dba07db0d3d511ce7c3a10ad3c2e3d0994615dd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 2 Apr 2014 14:52:01 +0200 Subject: dlinklist: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Wed Apr 2 17:11:37 CEST 2014 on sn-devel-104 --- lib/ldb/include/dlinklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb') diff --git a/lib/ldb/include/dlinklist.h b/lib/ldb/include/dlinklist.h index 1c577bb6b90..f640b0fafeb 100644 --- a/lib/ldb/include/dlinklist.h +++ b/lib/ldb/include/dlinklist.h @@ -146,7 +146,7 @@ do { \ } \ } while (0) -/* promote an element to the from of a list */ +/* promote an element to the front of a list */ #define DLIST_PROMOTE(list, p) \ do { \ DLIST_REMOVE(list, p); \ -- cgit