From 6a4fa89afa6b7cdd45fff8b2e3a9f49a217de184 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 10 Dec 2012 17:45:02 -0800 Subject: [PATCH] LFNIndex: fix move_subdir comments Signed-off-by: Samuel Just --- src/os/LFNIndex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/LFNIndex.h b/src/os/LFNIndex.h index ca8ee07f912d8..b3c053588222c 100644 --- a/src/os/LFNIndex.h +++ b/src/os/LFNIndex.h @@ -343,8 +343,8 @@ protected: static int move_subdir( LFNIndex &from, ///< [in] from index LFNIndex &dest, ///< [in] to index - const vector &path, ///< [in] path to split - string dir ///< [in] path to move + const vector &path, ///< [in] path containing dir + string dir ///< [in] dir to move ); /// do move object from from to dest -- 2.39.5