aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index 4aff03fa..6b4fc07e 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -255,7 +255,7 @@ end:
Remove leading dot components from `path`.
See http://tools.ietf.org/html/rfc3986#section-5.2.3
@param up Set to the number of up-references (e.g. "../") trimmed
- @return A pointer to the new start of @path
+ @return A pointer to the new start of `path`
*/
static const uint8_t*
remove_dot_segments(const uint8_t* path, size_t len, size_t* up)