From 52a53711f4dca6aac8cb654b2d66cad7b39fe5ff Mon Sep 17 00:00:00 2001 From: philippegorley <gorley.philippe@gmail.com> Date: Thu, 6 Oct 2016 14:52:01 -0400 Subject: [PATCH] reword the comment explaining readDirectory() Change-Id: I2f3504946b28721b2e98eb060becc9a9fc49ca0f Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> --- src/fileutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fileutils.h b/src/fileutils.h index 25bb3ae0a9..4bc3e52f56 100644 --- a/src/fileutils.h +++ b/src/fileutils.h @@ -74,8 +74,8 @@ namespace ring { namespace fileutils { /** * Read content of the directory. - * The result is a list of full paths of files in the directory, - * without "." and "..". + * The result is a list of relative (to @param dir) paths of all entries + * in the directory, without "." and "..". */ std::vector<std::string> readDirectory(const std::string &dir); -- GitLab