diff options
Diffstat (limited to 'lib/ldb/include')
-rw-r--r-- | lib/ldb/include/dlinklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |