summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/apr_uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_uri.h b/include/apr_uri.h
index 99db4d96..02908a9d 100644
--- a/include/apr_uri.h
+++ b/include/apr_uri.h
@@ -95,7 +95,7 @@ struct apr_uri_t {
char *hostname;
/** port string (integer representation is in "port") */
char *port_str;
- /** the request path (or "/" if only scheme://host was given) */
+ /** the request path (or NULL if only scheme://host was given) */
char *path;
/** Everything after a '?' in the path, if present */
char *query;