From: Jeff Trawick Date: Fri, 9 Nov 2012 08:50:07 +0000 (+0000) Subject: fix a comment to match the r1299718/r1370225 changes... X-Git-Tag: 2.5.0-alpha~6140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381f28c8ae05e223d2f130b89d671cd202c6d6fe;p=thirdparty%2Fapache%2Fhttpd.git fix a comment to match the r1299718/r1370225 changes... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407385 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_socache_shmcb.c b/modules/cache/mod_socache_shmcb.c index 4df2320524e..89ead05c72a 100644 --- a/modules/cache/mod_socache_shmcb.c +++ b/modules/cache/mod_socache_shmcb.c @@ -354,7 +354,7 @@ static apr_status_t socache_shmcb_init(ap_socache_instance_t *ctx, rv = apr_shm_create(&ctx->shm, ctx->shm_size, NULL, p); if (APR_STATUS_IS_ENOTIMPL(rv)) { /* If anon shm isn't supported, fail if no named file was - * configured successfully; the ap_server_root_relative call + * configured successfully; the ap_runtime_dir_relative call * above will return NULL for invalid paths. */ if (ctx->data_file == NULL) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00818)