diff options
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 |