fix an incorrect comment (issue #7259, tardieu)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-01 14:18:12 +00:00
parent 62b2f320a1
commit eb76f29f0d

View File

@@ -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 <em@em.no-ip.com> */