summaryrefslogtreecommitdiff
path: root/lib/dotdot.c
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2013-07-13 13:20:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-07-23 20:50:59 +0200
commit48fe9226a004721558d0ae022103c6147d426963 (patch)
tree36b4af909cbddc02e9cb9f3c023687922af8e570 /lib/dotdot.c
parenta77ac42e52e3a335fe6942bd31b8bf25c2a0a947 (diff)
downloadgnurl-48fe9226a004721558d0ae022103c6147d426963.tar.gz
gnurl-48fe9226a004721558d0ae022103c6147d426963.tar.bz2
gnurl-48fe9226a004721558d0ae022103c6147d426963.zip
dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify()
Diffstat (limited to 'lib/dotdot.c')
-rw-r--r--lib/dotdot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dotdot.c b/lib/dotdot.c
index f8937789d..41b73bef4 100644
--- a/lib/dotdot.c
+++ b/lib/dotdot.c
@@ -38,7 +38,7 @@
*
* This function gets a zero-terminated path with dot and dotdot sequences
* passed in and strips them off according to the rules in RFC 3986 section
- * 5.2.5.
+ * 5.2.4.
*
* The function handles a query part ('?' + stuff) appended but it expects
* that fragments ('#' + stuff) have already been cut off.