diff options
author | Jeff Trawick <trawick@apache.org> | 2003-02-18 14:21:03 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-02-18 14:21:03 +0000 |
commit | cc1e498eb7e2e1faf0c312c49b94b39b5c1f9f37 (patch) | |
tree | 86e6fa31b5e72bf123352794cd8953221b8db8c0 /dso/aix/dso.c | |
parent | ecbc6bbc55384c214cff6be3e810313d3948d5ce (diff) | |
download | apr-cc1e498eb7e2e1faf0c312c49b94b39b5c1f9f37.tar.gz |
fix a typo in a comment
Submitted by: jmc <jmc@prioris.mini.pw.edu.pl>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/aix/dso.c')
-rw-r--r-- | dso/aix/dso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/aix/dso.c b/dso/aix/dso.c index 713e6cbb2..0dedc49c1 100644 --- a/dso/aix/dso.c +++ b/dso/aix/dso.c @@ -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 { |