fix an incorrect comment (issue #7259, tardieu)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 20 years ago
parent 62b2f320a1
commit eb76f29f0d

@ -70,7 +70,7 @@ static char b2a[256];
AST_MUTEX_DEFINE_STATIC(__mutex); 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 \note This
routine is derived from code originally written and placed in the public routine is derived from code originally written and placed in the public
domain by Enzo Michelangeli <em@em.no-ip.com> */ domain by Enzo Michelangeli <em@em.no-ip.com> */

Loading…
Cancel
Save