summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2012-12-10 17:45:02 -0800
committerSamuel Just <sam.just@inktank.com>2012-12-10 17:45:02 -0800
commit6a4fa89afa6b7cdd45fff8b2e3a9f49a217de184 (patch)
tree96918e50dd71c4feeed47a6c61bcf24b84c79c10
parentfdcdca7d68482db04e5b37c06ea9eb3635ef1b85 (diff)
downloadceph-6a4fa89afa6b7cdd45fff8b2e3a9f49a217de184.tar.gz
LFNIndex: fix move_subdir comments
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r--src/os/LFNIndex.h4
1 files changed, 2 insertions, 2 deletions
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<string> &path, ///< [in] path to split
- string dir ///< [in] path to move
+ const vector<string> &path, ///< [in] path containing dir
+ string dir ///< [in] dir to move
);
/// do move object from from to dest