aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-18 19:45:15 +0100
committerDavid Robillard <d@drobilla.net>2017-02-18 19:45:15 +0100
commitee3d4229913f6202d1cf72a4753b47040e365dbb (patch)
tree7358cbbd54131538136b539a2253e1060fc78c6c
parentc144df7d92a3e3e9c8343b84ea61588b6889b743 (diff)
downloadserd-ee3d4229913f6202d1cf72a4753b47040e365dbb.tar.gz
serd-ee3d4229913f6202d1cf72a4753b47040e365dbb.tar.bz2
serd-ee3d4229913f6202d1cf72a4753b47040e365dbb.zip
Fix invalid doc comment
-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)