From b0d4ca4990d50f45a4e0e2805ff471f7408c3007 Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Fri, 24 May 2013 09:48:15 +0200 Subject: Tweak #6752 patch based on comments by nickm. --- src/common/container.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/container.c') diff --git a/src/common/container.c b/src/common/container.c index 03c65b7c1e..476dc82913 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -243,8 +243,8 @@ smartlist_strings_eq(const smartlist_t *sl1, const smartlist_t *sl2) return 1; } -/** Return true iff the two lists contain the same ints in the same order, - * or if they are both NULL. */ +/** Return true iff the two lists contain the same int pointer values in + * the same order, or if they are both NULL. */ int smartlist_ints_eq(const smartlist_t *sl1, const smartlist_t *sl2) { -- cgit v1.2.3-54-g00ecf