From 7f4682020ea0d8ecd6f18cfd148e9d78413f8764 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 23 May 2014 17:32:33 +0200 Subject: [PATCH] cache: Fix comments Signed-off-by: Tobias Ulmer --- generic/cache.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5