You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/05/07 09:20:04 UTC

svn commit: r772529 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c

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;