Index: uspace/lib/libc/generic/vfs/canonify.c
===================================================================
--- uspace/lib/libc/generic/vfs/canonify.c	(revision 9c70ed6b75a61e415b8311e9ae9d47adbfd145c9)
+++ uspace/lib/libc/generic/vfs/canonify.c	(revision ffe94f7ce66626c15033eb18d5b8223c61ab824f)
@@ -289,5 +289,5 @@
  * A file system path is canonical, if the following holds:
  * 1) the path is absolute (i.e. a/b/c is not canonical)
- * 2) there is no trailing slash in the path (i.e. /a/b/c is not canonical)
+ * 2) there is no trailing slash in the path (i.e. /a/b/c/ is not canonical)
  * 3) there is no extra slash in the path (i.e. /a//b/c is not canonical)
  * 4) there is no '.' component in the path (i.e. /a/./b/c is not canonical)
