You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/02/18 15:21:03 UTC

cvs commit: apr/dso/aix dso.c

trawick     2003/02/18 06:21:03

  Modified:    dso/aix  dso.c
  Log:
  fix a typo in a comment
  
  Submitted by:	jmc <jm...@prioris.mini.pw.edu.pl>
  
  Revision  Changes    Path
  1.21      +1 -1      apr/dso/aix/dso.c
  
  Index: dso.c
  ===================================================================
  RCS file: /home/cvs/apr/dso/aix/dso.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- dso.c	6 Jan 2003 23:44:15 -0000	1.20
  +++ dso.c	18 Feb 2003 14:21:03 -0000	1.21
  @@ -121,7 +121,7 @@
   #define RTLD_GLOBAL	0x100	/* allow symbols to be global */
   
   /*
  - * To be able to intialize, a library may provide a dl_info structure
  + * To be able to initialize, a library may provide a dl_info structure
    * that contains functions to be called to initialize and terminate.
    */
   struct dl_info {