From: Qinghua Jin Date: Thu, 14 Apr 2016 18:45:11 +0000 (-0400) Subject: os: fix typo in LFNIndex.h X-Git-Tag: v11.0.0~869^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c9e705886de0020b2a3dcef767971a368d60c6b9;p=ceph.git os: fix typo in LFNIndex.h remove the duplicated "of" in "subdirectories of". Signed-off-by: Qinghua Jin --- diff --git a/src/os/filestore/LFNIndex.h b/src/os/filestore/LFNIndex.h index 4efc3130c8e2..b5a8a7710456 100644 --- a/src/os/filestore/LFNIndex.h +++ b/src/os/filestore/LFNIndex.h @@ -31,7 +31,7 @@ /** * LFNIndex also encapsulates logic for manipulating - * subdirectories of of a collection as well as the long filename + * subdirectories of a collection as well as the long filename * logic. * * The protected methods provide machinery for derived classes to