diff options
author | Kefu Chai <kchai@redhat.com> | 2018-09-18 05:26:41 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-09-21 06:43:33 +0200 |
commit | 37c9dc3dc99911a9567ae2c539a4a5bcc7586f96 (patch) | |
tree | 42e2de577fd5138c0e1dc6619814e1a6288dbbb9 /src/mds/StrayManager.h | |
parent | common: fix typos (diff) | |
download | ceph-37c9dc3dc99911a9567ae2c539a4a5bcc7586f96.tar.xz ceph-37c9dc3dc99911a9567ae2c539a4a5bcc7586f96.zip |
mds: fix typos
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/mds/StrayManager.h')
-rw-r--r-- | src/mds/StrayManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/StrayManager.h b/src/mds/StrayManager.h index b5b7d73a17e..c0842de878e 100644 --- a/src/mds/StrayManager.h +++ b/src/mds/StrayManager.h @@ -85,7 +85,7 @@ class StrayManager // Call this on a dentry that has been identified as - // elegible for purging. It will be passed on to PurgeQueue. + // eligible for purging. It will be passed on to PurgeQueue. void enqueue(CDentry *dn, bool trunc); // Final part of enqueue() which we may have to retry |