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 2006/12/21 10:05:13 UTC

svn commit: r489291 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c

Author: hindessm
Date: Thu Dec 21 01:05:12 2006
New Revision: 489291

URL: http://svn.apache.org/viewvc?view=rev&rev=489291
Log:
Fixing typos in documentation.

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c?view=diff&rev=489291&r1=489290&r2=489291
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c Thu Dec 21 01:05:12 2006
@@ -342,7 +342,7 @@
  * @param[in] portLibrary The port library
  * @param[in] path file/path name being queried.
  *
- * @return EslsFile if a file, EslsDir if a directory, negative portable error code on failure.
+ * @return HyIsFile if a file, HyIsDir if a directory, negative portable error code on failure.
  */
 I_32 VMCALL
 hyfile_attr (struct HyPortLibrary *portLibrary, const char *path)