summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-22 10:42:22 +0100
committerMichael Adam <obnox@samba.org>2008-02-22 10:48:18 +0100
commit6a27493578a8851525c84485cc673756a4376955 (patch)
tree4600c31d1c757043c9fbd88824e8771077b3e452 /source3
parente033fdbde2c30d68590dc6bdf82aac2034287678 (diff)
downloadsamba-6a27493578a8851525c84485cc673756a4376955.tar.gz
samba-6a27493578a8851525c84485cc673756a4376955.tar.bz2
samba-6a27493578a8851525c84485cc673756a4376955.zip
libreplace: Fix comment originating from old samba source.
Michael (cherry picked from commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96) (This used to be commit ddf7ac4f266e59871191c6e0a14e99b01a1dc8b1)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/replace/getifaddrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/getifaddrs.c b/source3/lib/replace/getifaddrs.c
index 37cd950e09..a6f06e545f 100644
--- a/source3/lib/replace/getifaddrs.c
+++ b/source3/lib/replace/getifaddrs.c
@@ -363,7 +363,7 @@ int rep_getifaddrs(struct ifaddrs **ifap)
#endif
#ifdef AUTOCONF_TEST
-/* this is the autoconf driver to test get_interfaces() */
+/* this is the autoconf driver to test getifaddrs() */
int main()
{