From 3afd1409d1f37cfb116db63f2891df3f1b29356b Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Wed, 28 Oct 2009 18:04:05 +0000
Subject: [PATCH] Merged revisions 226304 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r226304 | tilghman | 2009-10-28 13:02:25 -0500 (Wed, 28 Oct 2009) | 2 lines

  Fix documentation (pointed out by TheDavidFactor on #-dev)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@226305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/linkedlists.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h
index 1ee524301b..82db0924cb 100644
--- a/include/asterisk/linkedlists.h
+++ b/include/asterisk/linkedlists.h
@@ -443,8 +443,8 @@ struct {								\
  * \brief Checks whether the specified list contains any entries.
  * \param head This is a pointer to the list head structure
  *
- * \return non-zero if the list has entries
- * \return zero if not.
+ * \return zero if the list has entries
+ * \return non-zero if not.
  */
 #define	AST_LIST_EMPTY(head)	(AST_LIST_FIRST(head) == NULL)
 
-- 
GitLab