diff options
author | peter <peter@FreeBSD.org> | 2014-02-20 20:34:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2014-02-20 20:34:01 +0000 |
commit | 7cfbe47f2542407346168136f8e33b5015eda94f (patch) | |
tree | 426421a188b5faf74faf738fdd1043deefa52372 /contrib/apr-util/include/apr_optional_hooks.h | |
parent | c34a48054549ac04376eabb976efd13ee68210a9 (diff) | |
download | FreeBSD-src-7cfbe47f2542407346168136f8e33b5015eda94f.zip FreeBSD-src-7cfbe47f2542407346168136f8e33b5015eda94f.tar.gz |
MFC r257129,257936,258084,258569,258602,262250,262251
svn-1.8.4, 1.8.5, 1.8.8 and self-contained private support libraries
Diffstat (limited to 'contrib/apr-util/include/apr_optional_hooks.h')
-rw-r--r-- | contrib/apr-util/include/apr_optional_hooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/apr-util/include/apr_optional_hooks.h b/contrib/apr-util/include/apr_optional_hooks.h index 54bf65e..8265f03 100644 --- a/contrib/apr-util/include/apr_optional_hooks.h +++ b/contrib/apr-util/include/apr_optional_hooks.h @@ -33,11 +33,11 @@ extern "C" { * @{ */ /** - * Function to implemnt the APR_OPTIONAL_HOOK Macro + * Function to implement the APR_OPTIONAL_HOOK Macro * @internal * @see APR_OPTIONAL_HOOK * - * @param name The name of the hook + * @param szName The name of the hook * @param pfn A pointer to a function that will be called * @param aszPre a NULL-terminated array of strings that name modules whose hooks should precede this one * @param aszSucc a NULL-terminated array of strings that name modules whose hooks should succeed this one |