From eb76f29f0d78f764447939c1146e09fd738db1ac Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 1 Jun 2006 14:18:12 +0000 Subject: [PATCH] fix an incorrect comment (issue #7259, tardieu) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31360 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index ccc87f21dd..184323f461 100644 --- a/utils.c +++ b/utils.c @@ -70,7 +70,7 @@ static char b2a[256]; AST_MUTEX_DEFINE_STATIC(__mutex); -/*! \brief Recursive replacement for gethostbyname for BSD-based systems. +/*! \brief Reentrant replacement for gethostbyname for BSD-based systems. \note This routine is derived from code originally written and placed in the public domain by Enzo Michelangeli */ -- 2.47.2