You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 1999/10/05 03:15:21 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/unix filestat.c

stoddard    99/10/04 18:15:20

  Modified:    src/lib/apr/file_io/unix filestat.c
  Log:
  Fix comment
  
  Revision  Changes    Path
  1.2       +1 -1      apache-2.0/src/lib/apr/file_io/unix/filestat.c
  
  Index: filestat.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/unix/filestat.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filestat.c	1999/08/17 15:59:36	1.1
  +++ filestat.c	1999/10/05 01:15:19	1.2
  @@ -61,7 +61,7 @@
   /* ***APRDOC********************************************************
    * ap_status_t ap_getfileinfo(ap_file_t *)
    *    get the specified file's stats..
  - * arg 1) The full to get information about. 
  + * arg 1) The file to get information about. 
    */ 
   ap_status_t ap_getfileinfo(struct file_t *thefile)
   {