aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-11-16 09:14:36 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-11-16 09:14:36 +0000
commitb614ef39ae5700c09d7629c463bf10ee71bc5cdb (patch)
treece427e9daab731cfe5825362cf6a87c1a0f80fa2 /src/native
parentc6e292f97cb9f86f8b278e988ea76d1b3c428dc7 (diff)
downloadjitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.zip
jitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.tar.gz
jitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.tar.bz2
Fixes an incorrect C documentation comment. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'.
Diffstat (limited to 'src/native')
-rw-r--r--src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c b/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c
index 6465f32..d85d874 100644
--- a/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c
+++ b/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c
@@ -228,7 +228,7 @@ JNIEXPORT jbyteArray JNICALL Java_net_java_sip_communicator_impl_netaddr_Win32Lo
}
/* ReleaseByteArrayElements() updates array with buf's content
- * when third parameter is 0
+ * when the last parameter is 0.
*/
(*env)->ReleaseByteArrayElements(env, array, (jbyte*)buf, 0);
return array;