diff options
author | Samuel Just <sam.just@inktank.com> | 2012-12-10 17:40:10 -0800 |
---|---|---|
committer | Samuel Just <sam.just@inktank.com> | 2012-12-10 17:40:10 -0800 |
commit | fdcdca7d68482db04e5b37c06ea9eb3635ef1b85 (patch) | |
tree | d73324ad83c3225a18e0ae58501a6f888438c4d2 | |
parent | 7eac96827e750bbbc23c15b69e2842a3e44267c2 (diff) | |
download | ceph-fdcdca7d68482db04e5b37c06ea9eb3635ef1b85.tar.gz |
HashIndex: fix typo in reset_attr documentation
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r-- | src/os/HashIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/HashIndex.h b/src/os/HashIndex.h index 68bfc475086..fcabd9f7198 100644 --- a/src/os/HashIndex.h +++ b/src/os/HashIndex.h @@ -245,7 +245,7 @@ private: /// Resets attr to match actual subdir contents int reset_attr( - const vector<string> &path ///< [in] path to cleaup + const vector<string> &path ///< [in] path to cleanup ); /// Initiate Split |