From: Samuel Just Date: Tue, 11 Dec 2012 01:45:02 +0000 (-0800) Subject: LFNIndex: fix move_subdir comments X-Git-Tag: v0.56~83^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a4fa89afa6b7cdd45fff8b2e3a9f49a217de184;p=ceph.git LFNIndex: fix move_subdir comments Signed-off-by: Samuel Just --- diff --git a/src/os/LFNIndex.h b/src/os/LFNIndex.h index ca8ee07f912..b3c05358822 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