From c9e705886de0020b2a3dcef767971a368d60c6b9 Mon Sep 17 00:00:00 2001 From: Qinghua Jin Date: Thu, 14 Apr 2016 14:45:11 -0400 Subject: [PATCH] os: fix typo in LFNIndex.h remove the duplicated "of" in "subdirectories of". Signed-off-by: Qinghua Jin --- src/os/filestore/LFNIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3