summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-10-09 14:07:54 +0000
committerRyan Bloom <rbb@apache.org>2000-10-09 14:07:54 +0000
commitda3c26c0f6e9780ebf4a0262d51eb9f5f19a70f5 (patch)
treeee105322690fdc9c1ed756cdd464c62290e51ef4 /include/apr_dso.h
parente382a3e5d1c2accee9af33d9b038b6151cb70c42 (diff)
downloadapr-da3c26c0f6e9780ebf4a0262d51eb9f5f19a70f5.tar.gz
Add some docs to APR.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index f85964cb0..402b58a96 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -86,7 +86,7 @@ apr_status_t apr_dso_unload(apr_dso_handle_t *handle);
/**
* Load a symbol from a DSO handle.
- * @param dso Location to store the loaded symbol
+ * @param ressym Location to store the loaded symbol
* @param handle handle to load from.
* @param symname Name of the symbol to load.
*/