s/intialize/initialize, from <jmc@prioris.mini.pw.edu.pl>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11654 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-02-18 15:39:10 +00:00
parent 44e7ad255b
commit 2c9f5a3058
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ init_descr(struct descr *d)
} }
/* /*
* re-intialize all `n' ->sa in `d'. * re-initialize all `n' ->sa in `d'.
*/ */
static void static void

View File

@@ -19,7 +19,7 @@ extern "C" {
#define RTLD_GLOBAL 0x100 /* allow symbols to be global */ #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. * that contains functions to be called to initialize and terminate.
*/ */
struct dl_info { struct dl_info {