Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77648 invoked from network); 7 May 2009 07:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 07:20:32 -0000 Received: (qmail 91287 invoked by uid 500); 7 May 2009 07:20:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 91246 invoked by uid 500); 7 May 2009 07:20:31 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 91237 invoked by uid 99); 7 May 2009 07:20:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 07:20:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 07:20:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF4F0238899B; Thu, 7 May 2009 07:20:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r772529 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c Date: Thu, 07 May 2009 07:20:04 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090507072005.AF4F0238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Thu May 7 07:20:02 2009 New Revision: 772529 URL: http://svn.apache.org/viewvc?rev=772529&view=rev Log: Trivial typo fix. Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c?rev=772529&r1=772528&r2=772529&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c (original) +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c Thu May 7 07:20:02 2009 @@ -34,7 +34,7 @@ Java_java_net_NetworkInterface_getNetworkInterfacesImpl (JNIEnv * env, jclass clazz) { - /* variables to store network interfac edata returned by call to port library */ + /* variables to store network interface data returned by call to port library */ struct hyNetworkInterfaceArray_struct networkInterfaceArray; I_32 result = 0;