From: Tobias Ulmer Date: Fri, 23 May 2014 15:32:33 +0000 (+0200) Subject: cache: Fix comments X-Git-Tag: e2factory-2.3.15rc1~201 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=7f4682020ea0d8ecd6f18cfd148e9d78413f8764;p=e2factory.git cache: Fix comments Signed-off-by: Tobias Ulmer --- diff --git a/generic/cache.lua b/generic/cache.lua index 5a8cb0e..c3457d7 100644 --- a/generic/cache.lua +++ b/generic/cache.lua @@ -391,8 +391,8 @@ end --- writeback a cached file -- @param c the cache data structure --- @param server the server to fetch the file from --- @param location the location on the server +-- @param server Server to write the file back to. +-- @param location Path to the file in cache and on the server. -- @param flags -- @return bool -- @return an error object on failure