]> granicus.if.org Git - apache/commitdiff
fix a comment to match the r1299718/r1370225 changes...
authorJeff Trawick <trawick@apache.org>
Fri, 9 Nov 2012 08:50:07 +0000 (08:50 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 9 Nov 2012 08:50:07 +0000 (08:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407385 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_shmcb.c

index 4df2320524e201361b17d49646e812be7b4bc284..89ead05c72a146f8d9e2f6040c44b258a8157440 100644 (file)
@@ -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)