summaryrefslogtreecommitdiff
path: root/modules/apreq
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2011-11-15 17:46:27 +0000
committerPaul Querna <pquerna@apache.org>2011-11-15 17:46:27 +0000
commitdf99e8e45eb2df727fa300216dd51bde71d240bd (patch)
tree33198e009da1b76dcb169b4aa611aca56a8c2f4a /modules/apreq
parent15fe279e686fb3b8eada22ff40c509f9ca9d8947 (diff)
downloadhttpd-df99e8e45eb2df727fa300216dd51bde71d240bd.tar.gz
Fix comment style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/apreq')
-rw-r--r--modules/apreq/handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apreq/handle.c b/modules/apreq/handle.c
index 2de02dd229..d2bdca7ac0 100644
--- a/modules/apreq/handle.c
+++ b/modules/apreq/handle.c
@@ -385,7 +385,7 @@ apr_status_t apache2_temp_dir_set(apreq_handle_t *handle,
apreq_filter_make_context(f);
ctx = f->ctx;
- // init vs incomplete state?
+ /* init vs incomplete state? */
if (ctx->temp_dir == NULL && ctx->bytes_read == 0) {
if (path != NULL)
ctx->temp_dir = apr_pstrdup(handle->pool, path);