Skip to content

Commit c11bd6c

Browse files
committed
Fix retval logic explanation
1 parent ed24e70 commit c11bd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache2/apache2_config.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3709,8 +3709,8 @@ static const char *cmd_cache_transformations(cmd_parms *cmd, void *_dcfg,
37093709
* \param _dcfg Pointer to directory configuration
37103710
* \param p1 Pointer to configuration option
37113711
*
3712-
* \retval NULL On failure
3713-
* \retval apr_psprintf On Success
3712+
* \retval NULL On Success
3713+
* \retval apr_psprintf On error
37143714
*/
37153715
static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const char *p1)
37163716
{

0 commit comments

Comments
 (0)